7 lines
112 B
Nix
7 lines
112 B
Nix
{
|
|
config.modules.usrEnv = {
|
|
isWayland = true;
|
|
desktop = "Hyprland";
|
|
useHomeManager = true;
|
|
};
|
|
}
|