Auto-commit: 2026-01-06 11:49:16

This commit is contained in:
2026-01-06 11:49:16 +00:00
parent c6c6e163b6
commit 8b2dcdc255

View File

@@ -1,11 +1,11 @@
{ pkgs, inputs, ... }:
{ pkgs, inputs, username, ... }:
{
services.greetd = {
enable = true;
settings = rec {
default_session = {
command = "${pkgs.uwsm}/bin/uwsm start -e -D Hyprland ${inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland}/bin/start-hyprland";
user = "lilly";
user = "${username}";
};
initial_session = default_session;
};