mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
modularized further
This commit is contained in:
parent
21a64fd68d
commit
5a6d9378cb
4 changed files with 7 additions and 4 deletions
|
|
@ -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)
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue