From 570404a2d6fe9a4e3602d73513a5d40275da747a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 24 May 2026 08:46:36 +0200 Subject: refactor: remove duplicate systemPackages Accidentally introduced in 03d807abf43ecf3cc988f06a3dc242d6d480a385. --- nixos/profiles/workstation/android.nix | 9 --------- nixos/profiles/workstation/default.nix | 3 +-- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 nixos/profiles/workstation/android.nix (limited to 'nixos') diff --git a/nixos/profiles/workstation/android.nix b/nixos/profiles/workstation/android.nix deleted file mode 100644 index 0b7a086..0000000 --- a/nixos/profiles/workstation/android.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ config, pkgs, ... }: - -{ - environment.systemPackages = with pkgs; [ - # CLI tools - android-tools # for fastboot to install GrapheneOS - go-mtpfs - ]; -} diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 199c177..2c70f0e 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -19,7 +19,6 @@ in ./firefox.nix ./dev.nix ./create.nix - ./android.nix ]; config = { @@ -84,7 +83,7 @@ in unzip # Android - android-tools + android-tools # for fastboot to install GrapheneOS go-mtpfs ]; -- cgit v1.3.1