Add home-manager module
This commit is contained in:
parent
afa0baf28c
commit
019f1e9b62
6 changed files with 55 additions and 106 deletions
8
nixos/modules/default.nix
Normal file
8
nixos/modules/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./programs
|
||||
./users
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue