1
0
Fork 0

Disable Baloo

This commit is contained in:
Avery 2024-07-07 01:32:35 +02:00
parent ac62e27ffd
commit 74a8e72737
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 7 additions and 1 deletions

View file

@ -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 = {
enable = true;
overrideConfig = true;