restructure user management
This commit is contained in:
parent
3a9a7242fc
commit
ddb7df4a4e
16 changed files with 482 additions and 481 deletions
|
|
@ -5,10 +5,11 @@ modulesCfg: {lib, ...}: {
|
|||
./nixpkgs.nix
|
||||
./globalinstalls.nix
|
||||
./server.nix
|
||||
./desktop
|
||||
]
|
||||
++ (map (path: (import path modulesCfg)) [
|
||||
./desktop
|
||||
./hardware
|
||||
./users
|
||||
]);
|
||||
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue