From 89ddcbd2a54daced76426b9e5b37db16bfe95a72 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 7 Aug 2023 01:41:34 +0300 Subject: [PATCH] wayland work this time please --- 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 8dcbc1b1..6b97f771 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -20,8 +20,9 @@ desktop = { kitty.enable = true; xmonad.enable = false; - awesome.enable = true; + awesome.enable = false; dwm.enable = false; + hyprland.enable = true; picom.enable = false; gnome.enable = false; dunst.enable = true;