From 5b5d97ccbe3dbbb54220980da48305490264dd1e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:13:02 +0300 Subject: [PATCH] i am going to try gnome again --- 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 affa4b83..ae4e1a55 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -14,13 +14,14 @@ modules = { desktop = { kitty.enable = true; - xmonad.enable = true; + xmonad.enable = false; awesome.enable = false; dwm = { enable = false; dwmblocks.enable = false; }; - dunst.enable = true; + gnome.enable = true; + dunst.enable = false; browsers = { qutebrowser.enable = true; firefox.enable = true;