feat(home): add helix config to be managed by home-manager
This commit is contained in:
parent
f6118b261e
commit
c31ad18a9c
1 changed files with 8 additions and 0 deletions
|
@ -9,4 +9,12 @@
|
||||||
wget
|
wget
|
||||||
cachix
|
cachix
|
||||||
];
|
];
|
||||||
|
programs.helix = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
theme = "catppuccin_mocha";
|
||||||
|
keys.normal."`" = "switch_to_lowercase";
|
||||||
|
keys.normal."C-`" = "switch_to_uppercase";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue