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:
parent
27b88eb931
commit
1dd59261c3
@ -52,7 +52,6 @@
|
||||
profile.pc.enable = true;
|
||||
programs.adb.enable = true;
|
||||
programs.greetd = {
|
||||
enable = true;
|
||||
preset = "tuigreet";
|
||||
};
|
||||
programs.unbound.enable = true;
|
||||
|
@ -60,7 +60,6 @@
|
||||
adb.enable = true;
|
||||
unbound.enable = true;
|
||||
greetd = {
|
||||
enable = true;
|
||||
preset = "tuigreet";
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user