diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 06a7e89..11dce4c 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -41,19 +41,10 @@ }; programs = { editors = { - emacs.enable = false; - # only emacs for me, right now. - neovim.enable = true; - # sadly just not advanced enough, yet. helix.enable = true; }; - discord.enable = true; # nushell.enable = true; - eza.enable = true; - firefox.enable = true; - spotify.enable = false; # starship.enable = true; - zellij.enable = true; terminals = { foot.enable = true; }; diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index d986f3c..d7f255f 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -52,24 +52,10 @@ in { }; programs = { editors = { - emacs.enable = false; - # only emacs for me, right now. - neovim.enable = true; - # sadly just not advanced enough, yet. helix.enable = true; - kakoune.enable = true; }; - discord.enable = true; - nushell.enable = true; - oh-my-posh.enable = true; - eza.enable = true; - firefox.enable = true; - spotify.enable = true; - zellij.enable = false; - steam.enable = false; terminals = { foot.enable = true; - kitty.enable = true; }; }; sound.enable = true; diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index a1428a8..7dfad78 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -35,7 +35,6 @@ editors = { helix.enable = true; }; - eza.enable = true; }; }; other = {