From 9fa5e1a6991c02d10c8bffef3c9931ecd96194a5 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 24 Mar 2024 14:05:27 +0100 Subject: [PATCH] Xd --- modules/tui/neovim.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index 694a5d0c..ed1496c9 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -4,8 +4,7 @@ lib, pkgs, ... -}: -with lib; let +}: with lib; let cfg = config.myOptions.programs.neovim; username = config.myOptions.other.system.username; in {