From 9f55457ddfe69086152a9bf1c76840a705eaf76f Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 6 Jan 2025 20:51:34 +0100 Subject: [PATCH] small fix --- nixos/hosts/android/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/android/home.nix b/nixos/hosts/android/home.nix index ff4f7c7..d72ec36 100644 --- a/nixos/hosts/android/home.nix +++ b/nixos/hosts/android/home.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { imports = [ - #../../modules/nixvim + ../../modules/nixvim ]; home.stateVersion = "24.05";