This commit is contained in:
LunarAkai 2025-03-13 22:02:11 +01:00
commit 419acfce64
5 changed files with 229 additions and 5 deletions

5
nvf-configuration.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, lib, ... }:
{
vim.languages.nix.enable = true
}