diff --git a/modules/home/plasma.nix b/modules/home/plasma.nix index cb854c3..ff44ee4 100644 --- a/modules/home/plasma.nix +++ b/modules/home/plasma.nix @@ -47,12 +47,12 @@ in { }; # use kvantum theme - qt.enable = true; + qt.enable = false; qt.style.name = "Layan"; # add nord like gtk theme gtk = { - enable = true; + enable = false; cursorTheme = { package = pkgs.nordzy-cursor-theme; name = "Nordzy-cursors"; @@ -94,7 +94,7 @@ in { edgeBarrier = 0; # Disables the edge-barriers introduced in plasma 6.1 cornerBarrier = false; - scripts.polonium.enable = true; + scripts.polonium.enable = false; }; kscreenlocker = {