This commit is contained in:
Miguel Palhas
2025-06-27 21:34:30 +01:00
parent 0137e92e0d
commit 855b54e0c2
4 changed files with 65 additions and 16 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ in
*) export XDG_SESSION_TYPE=x11; export DISPLAY=:0 ;;
esac
exec "$1"
exec ${pkgs.dbus}/bin/dbus-run-session "$1"
'';
mode = "0755";
};