From 1b9bf2c5942f0a934f08938ccb9a302d9dbaa118 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 6 Jan 2025 20:16:01 +0100 Subject: [PATCH] small fix --- 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 ca290f2..7c14b83 100644 --- a/nixos/hosts/android/default.nix +++ b/nixos/hosts/android/default.nix @@ -7,7 +7,7 @@ fastfetch ]; - home-manager.config = (import home.nix); + home-manager.config = home.nix; system.stateVersion = "24.05"; }