prepare android

This commit is contained in:
2026-01-21 09:22:22 -06:00
parent 1ada91d5ef
commit b893475db6
8 changed files with 37 additions and 49 deletions

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }: {
{ pkgs, disko, ... }: {
environment.systemPackages = with pkgs; [
sops
disko.packages.${pkgs.stdenv.hostPlatform.system}.disko-install
];
}