2023-07-11 22:41:18 +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/mozilla"
|
2023-06-03 12:25:11 +05:30
|
|
|
".cache/nix-index"
|
2023-08-27 14:33:06 +05:30
|
|
|
".cache/ytfzf"
|
2023-03-15 22:11:59 +05:30
|
|
|
".config/1Password"
|
|
|
|
".config/dconf"
|
2023-10-23 14:46:19 +05:30
|
|
|
".config/discord"
|
2023-10-08 18:39:49 +05:30
|
|
|
".config/doctl"
|
2023-03-15 22:11:59 +05:30
|
|
|
".config/lazygit"
|
2023-07-08 16:12:09 +05:30
|
|
|
".config/obsidian"
|
2023-03-15 22:11:59 +05:30
|
|
|
".config/spotify-tui"
|
2023-09-15 20:12:30 +05:30
|
|
|
".fly"
|
2023-03-15 22:11:59 +05:30
|
|
|
".gnupg"
|
2023-10-30 19:48:50 +05:30
|
|
|
".local/share/chat.fluffy.fluffychat"
|
2023-03-15 22:11:59 +05:30
|
|
|
".local/share/keyrings"
|
|
|
|
".local/share/nix"
|
2023-10-17 19:05:08 +05:30
|
|
|
".local/share/TelegramDesktop"
|
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"
|
|
|
|
".ssh"
|
2023-08-06 11:39:37 +05:30
|
|
|
{
|
|
|
|
directory = ".nixos-config";
|
|
|
|
method = "symlink";
|
|
|
|
}
|
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"
|
2023-10-13 21:38:15 +05:30
|
|
|
".config/wallpaper_config.json"
|
2023-03-15 22:11:59 +05:30
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|