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