Reorganize configuration root
While I might still bikeshed how the rest of the configuration is sourced, at least the import points should be stable.
This commit is contained in:
parent
dd6f579f74
commit
6444f8f517
21 changed files with 169 additions and 77 deletions
12
curacao_test/hm.nix
Normal file
12
curacao_test/hm.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../hm
|
||||
../curacao/options.nix
|
||||
];
|
||||
|
||||
home.username = "gnix";
|
||||
home.homeDirectory = "/home/gnix";
|
||||
|
||||
frogeye.desktop.nixGLIntel = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue