diff --git a/absol/hypr/hyprland.nix b/absol/hypr/hyprland.nix index 00113d9..53de827 100755 --- a/absol/hypr/hyprland.nix +++ b/absol/hypr/hyprland.nix @@ -9,6 +9,9 @@ enable = true; xwayland.enable = true; settings = { + ecosystem = { + no_donation_nag = true; + }; xwayland."force_zero_scaling" = true; env = [ "HYPRCURSOR_THEME,Bibata-Original-Classic" diff --git a/gunther/hypr/hyprland.nix b/gunther/hypr/hyprland.nix index b933057..67e614f 100755 --- a/gunther/hypr/hyprland.nix +++ b/gunther/hypr/hyprland.nix @@ -6,6 +6,9 @@ enable = true; xwayland.enable = true; settings = { + ecosystem = { + no_donation_nag = true; + }; workspace = [ "1, monitor:HDMI-A-1, default:true, persistent:true" "2, monitor:DP-1 , default:true, persistent:true"