Small tinkering to the flake, update readme again

This commit is contained in:
Jimbo 2024-10-21 03:58:00 -04:00
parent 507049314f
commit ecfac3e8b2
2 changed files with 14 additions and 14 deletions

View file

@ -38,22 +38,22 @@
inherit modules;
specialArgs = {
inherit
unstable
hardware
lanzaboote
mailserver
minecraft
;
unstable
hardware
lanzaboote
mailserver
minecraft
;
};
};
mkHome = modules: pkgs: home-manager.lib.homeManagerConfiguration {
inherit modules pkgs;
extraSpecialArgs = {
inherit
unstable
nur
blender-bin
;
unstable
nur
blender-bin
;
};
};
in {