Refactor
All checks were successful
/ check (push) Successful in 1m39s

This commit is contained in:
Oliver Davies 2025-07-02 22:16:32 +01:00
parent 25843c658d
commit 8732ff783d
9 changed files with 18 additions and 29 deletions

7
hosts/t480/neomutt.nix Normal file
View file

@ -0,0 +1,7 @@
{
home-manager.users.opdavies.programs.neomutt = {
enable = true;
vimKeys = true;
};
}