home(util): add nix-index persistence
This commit is contained in:
parent
fe8064331a
commit
4e868728f6
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
||||||
, ... }: with lib; let
|
, ... }: with lib; let
|
||||||
gui = with config.global.gui; ( enable && session );
|
gui = with config.global.gui; ( enable && session );
|
||||||
in {
|
in {
|
||||||
users.home.persist.directories = [ ] ++
|
users.home.persist.directories = [
|
||||||
|
".cache/nix-index"
|
||||||
|
] ++
|
||||||
optionals gui [
|
optionals gui [
|
||||||
".local/share/Mission Planner"
|
".local/share/Mission Planner"
|
||||||
".config/betaflight-configurator"
|
".config/betaflight-configurator"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue