add Android shell, migrate back to Firefox
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
allowInsecurePredicate =
|
||||
pkg:
|
||||
builtins.elem (pkgs.lib.getName pkg) [
|
||||
"android-sdk-cmdline-tools"
|
||||
"fluffychat-linux"
|
||||
"olm"
|
||||
];
|
||||
};
|
||||
|
@ -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";
|
||||
|
Reference in New Issue
Block a user