From 6e681823fe4f34e76b70ca99bed4fd6366f769d8 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sun, 4 Aug 2024 00:01:10 +0200 Subject: [PATCH] kwinrc and kglobalshortcuts immutable issues --- user/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/config.nix b/user/config.nix index 3e2d3bd..aa0a389 100644 --- a/user/config.nix +++ b/user/config.nix @@ -5,5 +5,5 @@ home.file.".local/share/color-schemes/BreezeDunkelFarbe.colors".source = ../conf home.file.".local/share/color-schemes/BreezeHellFarbe.colors".source = ../configs/BreezeHellFarbe.colors; #home.file.".config/kglobalshortcutsrc".source = ../configs/kglobalshortcutsrc; home.file."Bilder/Hintergründe/wallpaper-nix.png".source = ../assets/wallpaper-nix.png; -home.file.".config/kwinrc".source = ../configs/kwinrc; +#home.file.".config/kwinrc".source = ../configs/kwinrc; }