From 4619b64923cdc0a2aae3da49f34632532d6e0f0f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:33:12 +0300 Subject: [PATCH] bspwm --- hosts/sakotop/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 07363f18..a9f38043 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -19,10 +19,8 @@ modules = { desktop = { kitty.enable = true; - xmonad.enable = false; - awesome.enable = false; dwm.enable = true; - hyprland.enable = false; + bspwm.enable = true; picom.enable = false; gnome.enable = false; dunst.enable = true;