feat(home): add helix config to be managed by home-manager

This commit is contained in:
Ashhhleyyy 2023-11-18 18:30:18 +00:00
parent f6118b261e
commit c31ad18a9c
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -9,4 +9,12 @@
wget
cachix
];
programs.helix = {
enable = true;
settings = {
theme = "catppuccin_mocha";
keys.normal."`" = "switch_to_lowercase";
keys.normal."C-`" = "switch_to_uppercase";
};
};
}