refactor for preparation of flake based systems

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-23 11:27:02 -06:00
parent ed48734ec0
commit c9129d5d8f
121 changed files with 449 additions and 40 deletions

View file

@ -167,7 +167,7 @@
settings.home-manager.nixosModules.home-manager
]
++ ylib.umport {
path = lib.fileset.maybeMissing ./modules;
path = lib.fileset.maybeMissing ./modules_old;
recursive = true;
}
++ [ ./hosts/configuration.nix ];