From de5c1edf1b2907716047510dbf865ced51104227 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 4 Nov 2024 15:57:32 +0000 Subject: [PATCH] revert user variables removal --- home/common/core/nixvim/plugins/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/common/core/nixvim/plugins/default.nix b/home/common/core/nixvim/plugins/default.nix index 57f2389..c1298ad 100644 --- a/home/common/core/nixvim/plugins/default.nix +++ b/home/common/core/nixvim/plugins/default.nix @@ -1,7 +1,11 @@ { pkgs, + config, ... -}: { +}: let + user = config.home.username; +in { + imports = [ ./cmp.nix ./colorizer.nix