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

@@ -22,8 +22,6 @@
home.packages = with pkgs; [
inputs.disko.packages.${pkgs.stdenv.hostPlatform.system}.disko-install
kjv
openssh
sops
@@ -77,7 +75,7 @@
(mkIf (!config.homeconfig.minimal && config.homeconfig.graphical) {
nixpkgs.config = mkIf (!config.homeconfig.minimal) {
nixpkgs.config = {
allowUnfree = true;
};