dotfiles/config/nix/curacao_test.nix

14 lines
209 B
Nix
Raw Normal View History

2023-11-21 21:01:56 +01:00
{ ... }:
{
imports = [
./hm/loader.nix
];
home.username = "gnix";
home.homeDirectory = "/home/gnix";
frogeye.extra = true;
2023-11-22 14:05:48 +01:00
frogeye.desktop.xorg = true;
2023-11-21 21:01:56 +01:00
frogeye.desktop.nixGLIntel = true;
}