Disable Baloo
This commit is contained in:
parent
ac62e27ffd
commit
74a8e72737
2 changed files with 7 additions and 1 deletions
5
hosts/totsugeki/home-manager/desktop/plasma/nobaloo.nix
Normal file
5
hosts/totsugeki/home-manager/desktop/plasma/nobaloo.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
programs.plasma.configFile.baloofilerc = {
|
||||
"Basic Settings".Indexing-Enabled = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue