modularized further

This commit is contained in:
Bryan Ramos 2024-05-12 12:36:35 -04:00
parent 21a64fd68d
commit 5a6d9378cb
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 7 additions and 4 deletions

View file

@ -31,7 +31,7 @@
modules = [
./src/system/machines/desktop
home-manager.nixosModules.home-manager
(import ./src/system/machines/desktop/home.nix)
(import ./src/system/machines/desktop/modules/home-manager)
];
};