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

7 lines
112 B
Nix

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