13 lines
171 B
Nix
13 lines
171 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
../hm
|
||
|
../curacao/options.nix
|
||
|
];
|
||
|
|
||
|
home.username = "gnix";
|
||
|
home.homeDirectory = "/home/gnix";
|
||
|
|
||
|
frogeye.desktop.nixGLIntel = true;
|
||
|
}
|