diff --git a/nix/home/opdavies/hosts/t490.nix b/nix/home/opdavies/hosts/t490.nix index 9d3d039..fe3624a 100644 --- a/nix/home/opdavies/hosts/t490.nix +++ b/nix/home/opdavies/hosts/t490.nix @@ -39,4 +39,10 @@ isync upload-to-files ]; + + programs.neomutt = { + enable = true; + + vimKeys = true; + }; }