From 369e14f7cb517da883578f8b0532c34b442a0645 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:41:50 +0300 Subject: [PATCH] ok so wayland hurts when gaming --- 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 6f92844f..b02f8a71 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -20,10 +20,10 @@ polybar.enable = false; }; dwm = { - enable = false; - dwmblocks.enable = false; + enable = true; + dwmblocks.enable = true; }; - hyprland.enable = true; + hyprland.enable = false; xmonad.enable = false; kde.enable = false; dunst.enable = true;