Kde: configure baloo
This commit is contained in:
parent
dd07992751
commit
74d858d5c5
2 changed files with 17 additions and 0 deletions
16
roles/kde/programs/baloo.nix
Normal file
16
roles/kde/programs/baloo.nix
Normal 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"
|
||||
]
|
||||
);
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
./konsole.nix
|
||||
./git.nix
|
||||
./kwin.nix
|
||||
./baloo.nix
|
||||
];
|
||||
|
||||
# Enable the kde partition manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue