This commit is contained in:
2026-01-11 14:29:40 +03:00
parent 804894a2fc
commit 28f28cf260
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -59,4 +59,9 @@ in
package = pkgs.qogir-icon-theme;
};
};
home.activation = {
yaziSync = ''
${pkgs.rsync}/bin/rsync -Lrv "${config.home.homeDirectory}/.config/yazi/" "${xlib.dirs.user-storage}/yazi/"
'';
};
}