Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(redhead): persist Android directories #8

merged opened by a.starrysky.fyi targeting main from private/minion/push-vvwpvsnzkzlo
Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3lz2ydu34n622
+11 -2
Diff #0
+1 -1
packetmix/homes/minion/misc.nix
··· 5 5 { pkgs, ... }: 6 6 { 7 7 # Miscellaneous package installs that aren't really big enough to get their own folder 8 - # Don't place any config that isn't directly adding lines to home.packages here... 8 + # Don't place any config that isn't directly adding lines to home.packages or clicks.storage.impermanence.persist.directories here... 9 9 home.packages = [ 10 10 pkgs.obs-studio 11 11 pkgs.unzip
+10 -1
packetmix/homes/redhead/misc.nix
··· 5 5 { pkgs, ... }: 6 6 { 7 7 # Miscellaneous package installs that aren't really big enough to get their own folder 8 - # Don't place any config that isn't directly adding lines to home.packages here... 8 + # Don't place any config that isn't directly adding lines to home.packages or clicks.storage.impermanence.persist.directories here... 9 9 home.packages = [ 10 10 pkgs.brightnessctl 11 11 ]; 12 + 13 + clicks.storage.impermanence.persist.directories = [ 14 + # used for some ephemeral android shells... 15 + ".android" 16 + ".cache/Google" 17 + ".config/Google" 18 + ".gradle" 19 + ".local/share/Google" 20 + ]; 12 21 }

History

1 round 0 comments
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
1 commit
expand
feat(redhead): persist Android directories
expand 0 comments
pull request successfully merged