nichts/nyx/hosts/atlas/modules/usrEnv.nix
2024-04-09 23:11:33 +02:00

7 lines
113 B
Nix

{
config.modules.usrEnv = {
isWayland = false;
desktop = "Hyprland";
useHomeManager = true;
};
}