From d344f413ce271dad130d1611a20ffb84a0916f6c Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 6 Jan 2025 20:16:57 +0100 Subject: [PATCH] fixed path --- nixos/hosts/android/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/android/default.nix b/nixos/hosts/android/default.nix index 7c14b83..e4046b7 100644 --- a/nixos/hosts/android/default.nix +++ b/nixos/hosts/android/default.nix @@ -7,7 +7,7 @@ fastfetch ]; - home-manager.config = home.nix; + home-manager.config = ./home.nix; system.stateVersion = "24.05"; }