update hyprland

This commit is contained in:
Michael Thomson 2025-03-29 12:13:53 -04:00
parent 58aea00097
commit 05f4cc5cdc
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ inputs,
}: {
wayland.windowManager.hyprland = {
enable = false;
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
settings = {

View File

@ -7,12 +7,12 @@
};
programs = {
hyprland = {
enable = false;
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
thunar = {
enable = false;
enable = true;
};
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";