From 22a89ecdcf49317955e3791d8dbd000bf8ff3296 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 20 Jul 2023 01:19:35 +0300 Subject: [PATCH] removekde cause bloat --- hosts/sakotop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index a2646b61..5024b761 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -20,7 +20,7 @@ polybar.enable = true; }; dwm.enable = true; - kde.enable = true; + kde.enable = false; dunst.enable = true; browsers = { qutebrowser.enable = true;