Greetd, switch to direct packages
This commit is contained in:
parent
41e952efaf
commit
0447a25a77
1 changed files with 2 additions and 5 deletions
|
|
@ -12,13 +12,10 @@
|
|||
else (if config.niri.enable then "niri" else null);
|
||||
in {
|
||||
enable = true;
|
||||
package = pkgs.greetd.tuigreet;
|
||||
package = pkgs.tuigreet;
|
||||
settings = {
|
||||
terminal = {
|
||||
vt = 2;
|
||||
};
|
||||
default_session = lib.mkIf (wm != null) {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd ${wm}";
|
||||
command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd ${wm}";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue