update hyprland
This commit is contained in:
parent
58aea00097
commit
05f4cc5cdc
@ -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 = {
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user