hyprland: add lib.mkDefaul to greetd config

This commit is contained in:
Aly Raffauf 2024-04-19 07:53:17 -04:00
parent a2c8347b5a
commit 175c1c5ac7

View file

@ -14,10 +14,10 @@
services = {
dbus.packages = [pkgs.gcr];
greetd = {
enable = true;
enable = lib.mkDefault true;
settings = rec {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --cmd Hyprland";
command = lib.mkDefault "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --cmd Hyprland";
};
};
};