2023-05-18 16:11:26 +05:30
|
|
|
{...}: {
|
2023-03-15 22:11:59 +05:30
|
|
|
home.persistence."/persist/home" = {
|
|
|
|
allowOther = true;
|
|
|
|
directories = [
|
2023-04-28 22:39:46 +05:30
|
|
|
".cache/aria2"
|
2023-03-15 22:11:59 +05:30
|
|
|
".cache/mesa_shader_cache"
|
|
|
|
".cache/mozilla"
|
|
|
|
".cache/nix"
|
|
|
|
".config/1Password"
|
|
|
|
".config/dconf"
|
2023-03-19 17:10:30 +05:30
|
|
|
".config/discord"
|
2023-03-15 22:11:59 +05:30
|
|
|
".config/lazygit"
|
|
|
|
".config/spotify-tui"
|
|
|
|
".gnupg"
|
|
|
|
".local/share/keyrings"
|
|
|
|
".local/share/nix"
|
2023-03-27 22:14:56 +05:30
|
|
|
".local/share/zoxide"
|
2023-03-15 22:11:59 +05:30
|
|
|
".local/share/zsh"
|
2023-03-22 23:39:18 +05:30
|
|
|
".local/state"
|
2023-03-15 22:11:59 +05:30
|
|
|
".mozilla"
|
|
|
|
".nixos-config"
|
|
|
|
".ssh"
|
2023-05-18 16:11:26 +05:30
|
|
|
{
|
|
|
|
directory = "Documents";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
directory = "Downloads";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
directory = "Music";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
directory = "Others";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
directory = "Pictures";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
directory = "Projects";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
directory = "Public";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
directory = "Templates";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
directory = "Videos";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
2023-03-15 22:11:59 +05:30
|
|
|
];
|
|
|
|
|
|
|
|
files = [
|
|
|
|
".config/gh/hosts.yml"
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|