Make hibernation and suspend work

This commit is contained in:
2026-07-09 13:53:54 +01:00
parent 8df3c6bf45
commit 1b1d754950
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ in
home.file.".xinitrc".text = ''
if [ -f ~/.xsession ]; then
exec ~/.xsession
exec dbus-run-session ~/.xsession
fi
'';