From 42e785dc0c5f02ad7565972e2c336b40d5752738 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 14:19:32 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index a79df6a8..1cdb468e 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, config, lib, ... }: { +{ inputs, pkgs, config, lib, ... }: let pkgs = "nixpkgs-unstable.pkgs" in { imports = [ inputs.nixvim.homeManagerModules.nixvim @@ -79,4 +79,4 @@ everforest ]; }; -};} \ No newline at end of file +} \ No newline at end of file