Auto-commit: 2026-01-06 11:49:16
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user