Revert "revert breaking thing"

This reverts commit 4b2f638d23.
This commit is contained in:
2025-06-17 08:18:21 +02:00
parent 7464d1751a
commit df66574b0d

View File

@ -10,7 +10,13 @@
enable = true; enable = true;
settings.default_session = { settings.default_session = {
user = "schulze"; user = "schulze";
command = "$SHELL -l"; command = ''
${pkgs.runtimeShell} -l -c '
if ${pkgs.uwsm}/bin/uwsm check may-start; then
exec ${pkgs.uwsm}/bin/uwsm start hyprland.desktop
fi
'
'';
}; };
}; };