From 0829bc9f0ea3de2ea6c48c1976583a0dd25f0815 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:55:44 +0300 Subject: [PATCH] xmonad --- hosts/sakotop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 385e0682..affa4b83 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -14,8 +14,8 @@ modules = { desktop = { kitty.enable = true; - xmonad.enable = false; - awesome.enable = true; + xmonad.enable = true; + awesome.enable = false; dwm = { enable = false; dwmblocks.enable = false;