From 90f2c27c2c6099a37293d3224600cd13f03d17a4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 25 Apr 2026 19:20:24 -0400 Subject: [PATCH] DISABLE KMSCON THIS is what caused issues with greetd, nothing kernel related --- modules/common.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index 0d3fcb5..5cec2e4 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -58,8 +58,6 @@ ]; }; - services.kmscon.enable = true; - environment.systemPackages = with pkgs; [ doas-sudo-shim ];