diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 4e8e5b9..e9cc5c0 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -46,6 +46,13 @@ services.xserver.displayManager.sddm.enable = false; services.xserver.displayManager.startx.enable = true; + services.greetd = { + enable = true; + settings = { + default_session.command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland --asterisks"; + }; + }; + nixfiles = { profile.pc.enable = true; common.remoteAccess.enable = true;