From ac2c2ab3fa05991e73e0e605dbb4327c188aa156 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 6 Jan 2025 20:42:09 +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 1c5ff9c..9df6058 100644 --- a/nixos/hosts/android/home.nix +++ b/nixos/hosts/android/home.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { imports = [ - ../../modules/nixvim + #../../modules/nixvim ]; }