Files
nixy/nixos/hyprland.nix
2025-04-18 14:09:24 +02:00

7 lines
73 B
Nix

{
programs.hyprland = {
enable = true;
withUWSM = true;
};
}