Auto-commit: 2026-01-06 02:53:37
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
default_session = {
|
||||
command = "${pkgs.tuigreet}/bin/tuigreet --cmd start-hyprland";
|
||||
user = "lilly";
|
||||
};
|
||||
initial_session = default_session;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user