Kde: configure baloo

This commit is contained in:
Toast 2024-11-26 09:57:22 +01:00
parent dd07992751
commit 74d858d5c5
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{lib, ...}: {
home-manager.users.toast = {
programs.plasma.configFile = {
"baloofilerc"."General" = {
"exclude folders".shellExpand = true;
"exclude folders".value = with lib.strings;
concatStrings (
intersperse "," [
"$HOME/Documents/Repos"
"$HOME/Documents/Android"
]
);
};
};
};
}

View file

@ -8,6 +8,7 @@
./konsole.nix
./git.nix
./kwin.nix
./baloo.nix
];
# Enable the kde partition manager