revert breaking thing

This commit is contained in:
2025-06-16 21:50:20 +02:00
parent 7049a36755
commit 4b2f638d23

View File

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