From 8929c53384d6dcf93fb9f7cb99976c63bd70bf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Fri, 19 Apr 2024 13:12:22 +0200 Subject: [PATCH] hyprland thor --- hosts/thor/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/thor/configuration.nix b/hosts/thor/configuration.nix index 4612f84..2e00dd8 100644 --- a/hosts/thor/configuration.nix +++ b/hosts/thor/configuration.nix @@ -123,13 +123,16 @@ displayManager = { lightdm = { + enable = false; + }; + startx = { enable = true; }; }; desktopManager = { xfce = { - enable = true; + enable = false; }; }; };