Fixed Home Manager API Change

This commit is contained in:
2026-06-30 00:53:47 +02:00
parent 57bed639e8
commit 70ab04e947
8 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
];
persistence = lib.mkIf (!isDarwin) {
"/persist/home/${primaryUser}" = {
"/persist/home" = {
directories = [ ".local/share/zoxide" ];
files = [ ".local/share/fish/fish_history" ];
};