add home options
This commit is contained in:
parent
fd0e9dfbd1
commit
37c414c4b7
5 changed files with 166 additions and 34 deletions
5
options/home/default.nix
Normal file
5
options/home/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./programs.nix ];
|
||||
options = { };
|
||||
}
|
||||
Reference in a new issue