@ -10,7 +10,13 @@
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
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
|
||||
'
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user