From ca3c77768d8ecccf449c66caeaa8351c08f7b9c7 Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 8 Aug 2025 18:56:06 +0200 Subject: [PATCH] mv adb to desktop --- hosts/common/common.nix | 2 -- hosts/desktop1/configuration.nix | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index 02d01b0..bdc8d61 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -23,8 +23,6 @@ ]; }; - programs.adb.enable = true; - environment.systemPackages = with pkgs; [ home-manager ]; diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index 1cc10f9..06ed49a 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -26,6 +26,8 @@ }; backupFileExtension = "backup"; }; + + programs.adb.enable = true; system.stateVersion = "24.11";