no more nixondroid

This commit is contained in:
TheWanderingCrow 2025-08-06 15:47:26 -04:00
parent 4d8e4bbcee
commit 9829ae8df5
3 changed files with 1 additions and 226 deletions

View file

@ -1,31 +0,0 @@
{
config,
lib,
inputs,
pkgs,
...
}: {
environment.packages = builtins.attrValues {
inherit (inputs.nvix.packages.${pkgs.system}) default;
inherit
(pkgs)
git
openssh
;
};
environment.etcBackupExtension = ".bak";
system.stateVersion = "24.05";
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
android-integration = {
termux-open.enable = true;
termux-open-url.enable = true;
termux-reload-settings.enable = true;
termux-setup-storage.enable = true;
};
}