mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 21:52:33 -05:00
no more nixondroid
This commit is contained in:
parent
4d8e4bbcee
commit
9829ae8df5
3 changed files with 1 additions and 226 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue