From 2150ef29fe08160ef7881c4ab1f242322595a224 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sat, 12 Oct 2024 13:45:41 +0200 Subject: [PATCH] disable kwinrc --- modules/user/plasma/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/plasma/default.nix b/modules/user/plasma/default.nix index f5728ee..3f0dc93 100644 --- a/modules/user/plasma/default.nix +++ b/modules/user/plasma/default.nix @@ -7,7 +7,7 @@ home.file.".config/kwinrulesrc".source = ../../../dotfiles/kwinrulesrc; home.file.".local/share/user-places.xbel".source = ../../../dotfiles/user-places.xbel-${hostName}; home.file.".config/kglobalshortcutsrc".source = ../../../dotfiles/kglobalshortcutsrc; - home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc; + #home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc; home.file.".config/krunnerrc".source = ../../../dotfiles/krunnerrc; home.file.".config/kde-material-you-colors/config.conf".source = ../../../dotfiles/config.conf; home.file.".config/autostart/kde-material-you-colors.desktop".source = ../../../dotfiles/kde-material-you-colors.desktop;