From 63cf75d581cdd6fee19c41e04863ce110174bb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Thu, 2 Mar 2023 09:45:57 +0100 Subject: [PATCH] work: disable hyprland blur --- modules/profiles/work.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/profiles/work.nix b/modules/profiles/work.nix index c300a91..c65df73 100644 --- a/modules/profiles/work.nix +++ b/modules/profiles/work.nix @@ -22,7 +22,10 @@ with lib; { code.enable = true; firefox.enable = true; git.identity.email = "moritz.boehme@l.de"; - hyprland.enable = true; + hyprland = { + enable = true; + blur = false; + }; miracast.enable = true; python.versions = { "38".enable = true;