home: add config for helix

This commit is contained in:
Tim Schubert 2022-11-01 19:08:32 +01:00
parent 4aa4296d23
commit aca7c581d5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 21 additions and 0 deletions
home/modules

View file

@ -10,6 +10,7 @@
git = import ./git.nix;
gpg = import ./gpg.nix;
gtk = import ./gtk.nix;
helix = import ./helix;
keyring = import ./keyring.nix;
kitty = import ./kitty;
mako = import ./mako.nix;