diff --git a/modules/home-manager/common/all-gui.nix b/modules/home-manager/common/all-gui.nix index 23bc178..20f29ca 100644 --- a/modules/home-manager/common/all-gui.nix +++ b/modules/home-manager/common/all-gui.nix @@ -6,8 +6,5 @@ git.aliases = { kraken = "!gitkraken -p $(cd \"\${1:-.}\" && git rev-parse --show-toplevel)"; }; - vscode = { - enable = true; - }; }; } diff --git a/modules/home-manager/hosts/rainbow-planet/gene.nix b/modules/home-manager/hosts/rainbow-planet/gene.nix index d823602..6f6bd8e 100644 --- a/modules/home-manager/hosts/rainbow-planet/gene.nix +++ b/modules/home-manager/hosts/rainbow-planet/gene.nix @@ -20,6 +20,10 @@ } + "/themes/frappe.conf"); }; + programs.vscode = { + enable = true; + }; + services.dunst = { enable = true; settings = { diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index c2cd233..000f06c 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -42,6 +42,7 @@ "1password-cli" "amethyst" "angry-ip-scanner" + "appcleaner" "audacity" "balenaetcher" "bartender" @@ -69,6 +70,7 @@ "slack" "sonos" "tailscale" + "visual-studio-code" "vivaldi" "zoom" ];