I do Android development - the tools for it aren't in packetmix (see https://github.com/CollaboraOnline/nix-build-support) but we still need to persist the data here...
+1
-1
packetmix/homes/minion/misc.nix
+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
+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
a.starrysky.fyi
submitted
#0
1 commit
expand
collapse
feat(redhead): persist Android directories
I do Android development - the tools for it aren't in packetmix (see
https://github.com/CollaboraOnline/nix-build-support) but we still need
to persist the data here...
expand 0 comments
pull request successfully merged