mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-27 14:42:35 -05:00
test nixondroid
This commit is contained in:
parent
89d72b3941
commit
9bcf7688b1
4 changed files with 221 additions and 1 deletions
27
hosts/droid/Siren/default.nix
Normal file
27
hosts/droid/Siren/default.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.packages = with pkgs; [
|
||||
inputs.nvix.packages.${pkgs.system}.default
|
||||
git
|
||||
ssh
|
||||
];
|
||||
|
||||
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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue