From 193711148b9894d180c0eca632dc374426b8ed62 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Mon, 3 Feb 2025 12:48:25 +0100 Subject: [PATCH] remove hyprland nag --- absol/hypr/hyprland.nix | 3 +++ gunther/hypr/hyprland.nix | 3 +++ 2 files changed, 6 insertions(+) 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"