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
This commit is contained in:
NullBite 2024-03-20 22:33:49 -04:00
parent 27b88eb931
commit 1dd59261c3
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@
profile.pc.enable = true;
programs.adb.enable = true;
programs.greetd = {
enable = true;
preset = "tuigreet";
};
programs.unbound.enable = true;

View File

@ -60,7 +60,6 @@
adb.enable = true;
unbound.enable = true;
greetd = {
enable = true;
preset = "tuigreet";
};
};