From ae079b49da704188d7d1b1c5414d214a9c71603a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Nov 2025 23:31:10 +0000 Subject: [PATCH] t480: remove neomutt --- hosts/t480/configuration.nix | 1 - hosts/t480/neomutt.nix | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 hosts/t480/neomutt.nix 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; - }; -}