Update and fix some deprecations

This commit is contained in:
2023-08-19 00:00:46 +01:00
parent 09ebd7a317
commit f795b5615f
3 changed files with 59 additions and 34 deletions

View File

@@ -34,9 +34,8 @@ in {
package = pkgs.hyprland;
xwayland = {
enable = true;
hidpi = true;
};
nvidiaPatches = true;
enableNvidiaPatches = (hostname == "elderbug");
extraConfig =
(builtins.readFile ./${hostname}.conf)
+ ''
@@ -86,10 +85,11 @@ in {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
blur = yes
blur_size = 3
blur_passes = 1
blur_new_optimizations = on
blur {
enabled = true
size = 3
passes = 1
}
drop_shadow = yes
shadow_range = 4