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