dotfiles/config/nix/curacao_test.nix

13 lines
178 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;
frogeye.desktop.nixGLIntel = true;
}