From 63aa17a864f18b3aa63a4f64fb3595d2187aab1e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:18:56 +0300 Subject: [PATCH] gnome hurt my finger --- hosts/sakotop/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index ae4e1a55..96c8ff00 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -15,13 +15,13 @@ desktop = { kitty.enable = true; xmonad.enable = false; - awesome.enable = false; + awesome.enable = true; dwm = { enable = false; dwmblocks.enable = false; }; - gnome.enable = true; - dunst.enable = false; + gnome.enable = false; + dunst.enable = true; browsers = { qutebrowser.enable = true; firefox.enable = true;