From adc323fcccfd157c61f37a9d4b16cf7554b19e69 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 6 Jan 2025 20:19:15 +0100 Subject: [PATCH] small fix --- nixos/hosts/android/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/android/default.nix b/nixos/hosts/android/default.nix index e4046b7..3784227 100644 --- a/nixos/hosts/android/default.nix +++ b/nixos/hosts/android/default.nix @@ -7,7 +7,10 @@ fastfetch ]; - home-manager.config = ./home.nix; + home-manager = { + config = ./home.nix; + useGlobalPkgs = true; + }; system.stateVersion = "24.05"; }