source hyprland from nixpkgs not flake dependency

also implements recommendation that hyprland.withUSWM be enabled
This commit is contained in:
Emile Clark-Boman 2025-07-29 14:09:56 +10:00
parent da63d4a2be
commit 0a231108eb
3 changed files with 2 additions and 11 deletions

View file

@ -291,13 +291,10 @@ in {
prismlauncher # minecraft
];
# Enable the use of certain programs
programs = {
hyprland = {
enable = true;
#package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
#portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
withUWSM = true; # Universal Wayland Session Manager
xwayland.enable = true;
};

View file

@ -261,10 +261,7 @@ in {
programs = {
hyprland = {
enable = true;
# TODO: uncomment, I did this when hyprland wasn't working
#package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
#portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
withUWSM = true; # Universal Wayland Session Manager
xwayland.enable = true;
};