home: add helix editor
This commit is contained in:
parent
7ed6a48430
commit
0288b48b62
1 changed files with 5 additions and 0 deletions
|
|
@ -120,6 +120,11 @@
|
|||
settings = { homedir = "~/.local/share/gnupg"; };
|
||||
};
|
||||
|
||||
helix = {
|
||||
enable = true;
|
||||
settings.theme = "gruvbox";
|
||||
};
|
||||
|
||||
password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue