home: add config for helix (#24)

This commit is contained in:
Tim Schubert 2022-11-01 19:14:49 +01:00 committed by GitHub
parent 4aa4296d23
commit f70053b110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 0 deletions

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;