add some persist folders
This commit is contained in:
parent
e098192b35
commit
68aa781ec1
@ -107,14 +107,12 @@ with config.deviceSpecific; {
|
|||||||
".config/kdeconnect"
|
".config/kdeconnect"
|
||||||
".config/libreoffice"
|
".config/libreoffice"
|
||||||
# ".config/looking-glass"
|
# ".config/looking-glass"
|
||||||
".config/lutris"
|
|
||||||
# ".config/Moonlight Game Streaming Project"
|
# ".config/Moonlight Game Streaming Project"
|
||||||
# ".config/monero-project"
|
# ".config/monero-project"
|
||||||
".config/obs-studio"
|
".config/obs-studio"
|
||||||
".config/pcmanfm"
|
".config/pcmanfm"
|
||||||
# ".config/Pinta"
|
# ".config/Pinta"
|
||||||
".config/qBittorrent"
|
".config/qBittorrent"
|
||||||
".config/rclone"
|
|
||||||
# ".config/qimgv"
|
# ".config/qimgv"
|
||||||
".config/SchildiChat"
|
".config/SchildiChat"
|
||||||
".config/Sonixd"
|
".config/Sonixd"
|
||||||
|
@ -2,4 +2,8 @@
|
|||||||
home-manager.users.${config.mainuser}.home.packages = [
|
home-manager.users.${config.mainuser}.home.packages = [
|
||||||
pkgs.rclone
|
pkgs.rclone
|
||||||
];
|
];
|
||||||
|
|
||||||
|
persist.state.homeDirectories = [
|
||||||
|
".config/rclone"
|
||||||
|
];
|
||||||
}
|
}
|
@ -18,6 +18,12 @@
|
|||||||
|
|
||||||
persist.state.homeDirectories = [
|
persist.state.homeDirectories = [
|
||||||
".local/share/Steam"
|
".local/share/Steam"
|
||||||
|
".steam"
|
||||||
|
".config/lutris"
|
||||||
|
".local/share/lutris"
|
||||||
|
] ++ [
|
||||||
|
# Games configs
|
||||||
|
".config/WarThunder"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Start Steam only after the network is up
|
# Start Steam only after the network is up
|
||||||
|
@ -57,4 +57,7 @@ in {
|
|||||||
# home.sessionVariables.GTK_THEME = "Generated";
|
# home.sessionVariables.GTK_THEME = "Generated";
|
||||||
home.sessionVariables.GTK_THEME = "Rosepine-BL";
|
home.sessionVariables.GTK_THEME = "Rosepine-BL";
|
||||||
};
|
};
|
||||||
|
persist.state.homeDirectories = [
|
||||||
|
".config/dconf"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user