This commit is contained in:
Barrett Ruth 2026-02-11 10:37:35 -05:00
parent b35c85bd16
commit 177d3ca47c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 211 additions and 62 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, lib, config, ... }:
{
pkgs,
lib,
config,
...
}:
let
neovim = config.programs.neovim.enable;