add Android shell, migrate back to Firefox

This commit is contained in:
2025-04-28 23:12:44 +02:00
parent 405de7f26e
commit f5e7a09123
8 changed files with 138 additions and 27 deletions

View File

@ -17,6 +17,8 @@
allowInsecurePredicate =
pkg:
builtins.elem (pkgs.lib.getName pkg) [
"android-sdk-cmdline-tools"
"fluffychat-linux"
"olm"
];
};

View File

@ -6,11 +6,11 @@
./networking.nix
];
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nix.settings.auto-optimise-store = true;
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
};
nix.gc = {
automatic = true;
dates = "weekly";