diff --git a/hosts/t480/configuration.nix b/hosts/t480/configuration.nix index 10a47b94..edeffb80 100644 --- a/hosts/t480/configuration.nix +++ b/hosts/t480/configuration.nix @@ -10,7 +10,6 @@ ./hardware-configuration.nix ./cron.nix - ./neomutt.nix ./secrets.nix ./xserver.nix diff --git a/hosts/t480/neomutt.nix b/hosts/t480/neomutt.nix deleted file mode 100644 index dbc58332..00000000 --- a/hosts/t480/neomutt.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - home-manager.users.opdavies.programs.neomutt = { - enable = true; - - vimKeys = true; - }; -}