Move helix runtime inputs to hm extraPackages option
This commit is contained in:
parent
11e14b01f9
commit
915256aa94
8 changed files with 67 additions and 84 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue