Auto-commit: 2026-01-06 11:46:52

This commit is contained in:
2026-01-06 11:46:52 +00:00
parent 5f7ea8218a
commit 6c84702908

View File

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