home: add helix editor

This commit is contained in:
Alexander Kobjolke 2023-02-14 21:05:53 +01:00
parent 7ed6a48430
commit 0288b48b62

View file

@ -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 ]);