fix: move 'ly-session.log' out of home directory

This commit is contained in:
2026-09-09 18:07:01 +02:00
parent 275008da6d
commit 4091839450
+1
View File
@@ -58,6 +58,7 @@ in
dbus.enable = true;
displayManager.ly = lib.mkIf cfg.ly.enable {
enable = true;
settings.session_log = ".local/state/ly-session.log";
};
};
};