1

fix: move kde plasma config to kde.nix

This commit is contained in:
Himadri Bhattacharjee
2025-10-11 19:39:06 +05:30
parent 92174ebfb7
commit 3751336e17
2 changed files with 1 additions and 5 deletions

View File

@@ -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

View File

@@ -9,4 +9,5 @@
kde-rounded-corners
notify-desktop
];
home.file.".config/kglobalshortcutsrc".source = ./sources/kglobalshortcutsrc;
}