dotfiles/curacao_test/hm.nix

13 lines
171 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
../hm
../curacao/options.nix
];
home.username = "gnix";
home.homeDirectory = "/home/gnix";
frogeye.desktop.nixGLIntel = true;
}