From f123fe2af7f2c7693a358a93255bd106dec00760 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Sat, 14 Feb 2026 14:10:28 +1000 Subject: [PATCH] the inherit syntax is pretty btw --- homes/modules/programs/neovim/nixcats.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/homes/modules/programs/neovim/nixcats.nix b/homes/modules/programs/neovim/nixcats.nix index db28c1a..ad4a32d 100644 --- a/homes/modules/programs/neovim/nixcats.nix +++ b/homes/modules/programs/neovim/nixcats.nix @@ -3,7 +3,10 @@ spkgs, ... }: let - utils = inputs.nixcats.utils; + inherit + (inputs.nixcats) + utils + ; in { imports = [ inputs.nixcats.homeModule