diff --git a/systems/modules/home/programs/vscode.nix b/systems/modules/home/programs/vscode.nix index 328c5d2..e3cd757 100644 --- a/systems/modules/home/programs/vscode.nix +++ b/systems/modules/home/programs/vscode.nix @@ -12,11 +12,13 @@ mkhl.direnv # Direnv integration for VSCode catppuccin.catppuccin-vsc vscodevim.vim + bmewburn.vscode-intelephense-client ]; profiles.default.userSettings = { "editor.lineNumbers" = "relative"; "workbench.colorTheme" = "Catppuccin Mocha"; + "workbench.editor.enablePreview" = false; "direnv.restart.automatic" = true; "terminal.integrated.defaultProfile.linux" = "zsh"; "terminal.integrated.profiles.linux" = { diff --git a/systems/work/default.nix b/systems/work/default.nix index 7a9a069..1b6607d 100644 --- a/systems/work/default.nix +++ b/systems/work/default.nix @@ -22,6 +22,7 @@ ../modules/gimp.nix ../modules/jq.nix ../modules/enova.nix + ../modules/devenv.nix ]; boot.kernelPackages = pkgs.linuxPackages_latest; @@ -34,7 +35,6 @@ boot.initrd.systemd.enable = true; programs.nix-ld.enable = true; - networking.hostName = "laptop-armel"; home-manager.users.avravels.home.hyprland.execOnce = [