From d5f8b21acc54a697be49ad9f2d409db6731ba1e3 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:24:24 +0400 Subject: [PATCH] enable dwm for sakotop --- hosts/sakotop/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 5c438aee..1bce0999 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -22,9 +22,10 @@ kitty.enable = true; wezterm.enable = true; bspwm = { - enable = true; - polybar.enable = true; + enable = false; + polybar.enable = false; }; + dwm.enable = true; picom.enable = true; dunst.enable = true; browsers = {