Fix hyprland after changes
This commit is contained in:
parent
d686761f6b
commit
29a0a23205
|
@ -35,10 +35,7 @@ in with lib; {
|
|||
# Enable and configure hyperland
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland = {
|
||||
enable = true;
|
||||
hidpi = false;
|
||||
};
|
||||
xwayland = { enable = true; };
|
||||
recommendedEnvironment = true;
|
||||
systemdIntegration = false;
|
||||
extraConfig = ''
|
||||
|
|
|
@ -53,10 +53,7 @@ in with lib; {
|
|||
# Enable and configure hyperland
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland = {
|
||||
enable = true;
|
||||
hidpi = false;
|
||||
};
|
||||
xwayland = { enable = true; };
|
||||
};
|
||||
# Make swaylock work
|
||||
# https://github.com/NixOS/nixpkgs/issues/158025
|
||||
|
|
Loading…
Reference in New Issue