nixos-config/profiles/desktop/hyprland.nix

5 lines
52 B
Nix

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