From c4f6785845b3643cb6d36e124e2ee5a7bc7f28c1 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sun, 13 Jul 2025 22:51:09 +0200 Subject: [PATCH] temperance: configuration: disable uwsm and greetd --- hosts/temperance/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index a242277..4eb43f8 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -65,8 +65,8 @@ enable = true; musicDirectory = "/home/${config.modules.other.system.username}/cloud/media/Music"; }; - uwsm.enable = true; - greetd.enable = true; + # uwsm.enable = true; + # greetd.enable = true; }; other = { system = {