Update and fix some deprecations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user