From 1dd59261c37f5f03594d008e725b95534a1512b1 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 20 Mar 2024 22:33:49 -0400 Subject: [PATCH] Don't explicitly enable greetd on hosts this fucks with specialisations; Plasma enables greetd and tries to evaluate the launch command for autologin when it is only set by hyprland.nix and the Plasma specialisation doesn't define nixfiles.programs.greetd.settings.command which makes it evaluate as null --- hosts/nullbox/configuration.nix | 1 - hosts/slab/configuration.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index 78c901d..6ba4ad0 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -52,7 +52,6 @@ profile.pc.enable = true; programs.adb.enable = true; programs.greetd = { - enable = true; preset = "tuigreet"; }; programs.unbound.enable = true; diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 356b31d..bf7625d 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -60,7 +60,6 @@ adb.enable = true; unbound.enable = true; greetd = { - enable = true; preset = "tuigreet"; }; };