diff --git a/home/vscode.nix b/home/vscode.nix index d8ded74..bb4c548 100644 --- a/home/vscode.nix +++ b/home/vscode.nix @@ -1,15 +1,17 @@ { config, lib, pkgs, ... }: -{ +let + inherit (lib) mkIf; +in { programs.vscode = { enableExtensionUpdateCheck = false; enableUpdateCheck = false; package = pkgs.vscodium; extensions = with pkgs.vscode-extensions; [ open-vsx.golang.go + open-vsx.jdinhlife.gruvbox open-vsx.jnoortheen.nix-ide open-vsx.ms-python.python - open-vsx.robbowen.synthwave-vscode ]; mutableExtensionsDir = false; userSettings = { @@ -36,14 +38,14 @@ }; "terminal.integrated.allowChords" = false; "terminal.integrated.defaultProfile.linux" = "zsh"; - "workbench.colorTheme" = "SynthWave '84"; + "workbench.colorTheme" = "Gruvbox Dark Hard"; }; }; # Language servers etc - home.packages = with pkgs; [ + home.packages = mkIf config.programs.vscode.enable (with pkgs; [ gopls nil nixpkgs-fmt - ]; + ]); } diff --git a/hosts/tohru/home.nix b/hosts/tohru/home.nix index 70e2c75..a9b0532 100644 --- a/hosts/tohru/home.nix +++ b/hosts/tohru/home.nix @@ -16,7 +16,6 @@ gimp-with-plugins jellyfin-media-player keepassxc - thunderbird tor-browser-bundle-bin # libreoffice @@ -26,6 +25,7 @@ # games openttd + prismlauncher nur.repos.qenya.digital-a-love-story nur.repos.qenya.dont-take-it-personally-babe ]);