nixos-config/system/desktop/hyprland.nix
2024-04-04 19:43:43 +02:00

5 lines
52 B
Nix

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