nixos-config/systemProfiles/desktop/hyprland.nix
2024-10-25 10:39:48 +02:00

5 lines
52 B
Nix

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