From 33ec1e0d77961ddd5cd010bf250c02ec4d73cf46 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 4 Feb 2025 12:21:10 +0000 Subject: [PATCH] Enable neomutt and Vim keys --- nix/home/opdavies/hosts/t490.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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; + }; }