fix: add nix-index persistence
This commit is contained in:
parent
f9ce5b75fb
commit
55b8b49c07
|
@ -4,7 +4,9 @@
|
|||
, ... }: with lib; let
|
||||
gui = with config.global.gui; ( enable && session );
|
||||
in {
|
||||
users.home.persist.directories = [ ] ++
|
||||
users.home.persist.directories = [
|
||||
".cache/nix-index"
|
||||
] ++
|
||||
optionals gui [
|
||||
".local/share/Mission Planner"
|
||||
".config/betaflight-configurator"
|
||||
|
|
Loading…
Reference in a new issue