Fix hyprland after changes

This commit is contained in:
Nathan McCarty 2023-08-17 20:05:28 -04:00
parent d686761f6b
commit 29a0a23205
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 3 additions and 9 deletions

View File

@ -35,10 +35,7 @@ in with lib; {
# Enable and configure hyperland # Enable and configure hyperland
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
xwayland = { xwayland = { enable = true; };
enable = true;
hidpi = false;
};
recommendedEnvironment = true; recommendedEnvironment = true;
systemdIntegration = false; systemdIntegration = false;
extraConfig = '' extraConfig = ''

View File

@ -53,10 +53,7 @@ in with lib; {
# Enable and configure hyperland # Enable and configure hyperland
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
xwayland = { xwayland = { enable = true; };
enable = true;
hidpi = false;
};
}; };
# Make swaylock work # Make swaylock work
# https://github.com/NixOS/nixpkgs/issues/158025 # https://github.com/NixOS/nixpkgs/issues/158025