Disable Baloo
This commit is contained in:
parent
ac62e27ffd
commit
74a8e72737
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [ ./input.nix ./hotkeys.nix ./krohnkite.nix ./theme.nix ];
|
imports =
|
||||||
|
[ ./input.nix ./hotkeys.nix ./krohnkite.nix ./nobaloo.nix ./theme.nix ];
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
overrideConfig = true;
|
overrideConfig = true;
|
||||||
|
|
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