From 3751336e17bb8807944080ddabb4d2a94ffea4ee Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sat, 11 Oct 2025 19:39:06 +0530 Subject: [PATCH] fix: move kde plasma config to kde.nix --- hosts/default/home/default.nix | 5 ----- hosts/default/home/kde.nix | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/default/home/default.nix b/hosts/default/home/default.nix index 1a788c3..e2046a9 100644 --- a/hosts/default/home/default.nix +++ b/hosts/default/home/default.nix @@ -11,7 +11,6 @@ ./browsers.nix ./gaming.nix ./git.nix - # ./gnome.nix ./golang.nix ./graphics.nix ./helix.nix @@ -23,13 +22,9 @@ ./video-editing.nix ./media-playback.nix ./mpv.nix - # ./plasma.nix ]; home = { - file = { - ".config/kglobalshortcutsrc".source = ./sources/kglobalshortcutsrc; - }; sessionVariables = { # these mfs pollute my home directory # some unfixable offenders include .mozilla, .librewolf diff --git a/hosts/default/home/kde.nix b/hosts/default/home/kde.nix index 700d1f9..694bb35 100644 --- a/hosts/default/home/kde.nix +++ b/hosts/default/home/kde.nix @@ -9,4 +9,5 @@ kde-rounded-corners notify-desktop ]; + home.file.".config/kglobalshortcutsrc".source = ./sources/kglobalshortcutsrc; }