From 1990a6774a4ef4fd02b20c0c4aa0b697dcb3f2ac Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:05:52 +0400 Subject: [PATCH] i3 --- hosts/sakotop/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 08ae98fb..f902f955 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -25,7 +25,8 @@ enable = false; polybar.enable = false; }; - xmonad.enable = true; + xmonad.enable = false; + i3.enable = true; exwm.enable = false; picom.enable = true; dunst.enable = true;