1
0
Fork 0

Disable Baloo

This commit is contained in:
Avery 2024-07-07 01:32:35 +02:00
parent ef1d1cf3f3
commit 464b6ec6e8
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
{ ... }: {
programs.plasma.configFile.baloofilerc = {
"Basic Settings".Indexing-Enabled = false;
};
}