Move helix runtime inputs to hm extraPackages option

This commit is contained in:
ulic-youthlic 2025-06-09 10:47:34 +08:00
parent 11e14b01f9
commit 915256aa94
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 67 additions and 84 deletions

View file

@ -17,7 +17,6 @@
in {
firefox.enable = true;
fuzzel.enable = true;
helix.enable = true;
gpg.enable = true;
git = {
inherit name signKey;
@ -48,6 +47,7 @@
wallpaper.enable = true;
accounts.email.enable = true;
programs = {
helix.enable = true;
openssh.enable = true;
};
};