diff --git a/home/vscode.nix b/home/vscode.nix index bb4c548..d8ded74 100644 --- a/home/vscode.nix +++ b/home/vscode.nix @@ -1,17 +1,15 @@ { 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 = { @@ -38,14 +36,14 @@ in { }; "terminal.integrated.allowChords" = false; "terminal.integrated.defaultProfile.linux" = "zsh"; - "workbench.colorTheme" = "Gruvbox Dark Hard"; + "workbench.colorTheme" = "SynthWave '84"; }; }; # Language servers etc - home.packages = mkIf config.programs.vscode.enable (with pkgs; [ + home.packages = with pkgs; [ gopls nil nixpkgs-fmt - ]); + ]; } diff --git a/hosts/tohru/home.nix b/hosts/tohru/home.nix index a9b0532..70e2c75 100644 --- a/hosts/tohru/home.nix +++ b/hosts/tohru/home.nix @@ -16,6 +16,7 @@ gimp-with-plugins jellyfin-media-player keepassxc + thunderbird tor-browser-bundle-bin # libreoffice @@ -25,7 +26,6 @@ # games openttd - prismlauncher nur.repos.qenya.digital-a-love-story nur.repos.qenya.dont-take-it-personally-babe ]);