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