nvf refactoring, devshell working

This commit is contained in:
Charlie Root 2024-07-22 01:20:41 +02:00
commit 9a25c80e74
17 changed files with 100 additions and 310 deletions

View file

@ -10,7 +10,7 @@
inherit (lib.filesystem) listFilesRecursive;
inherit (lib.strings) hasSuffix fileContents;
inherit (lib.attrsets) genAttrs;
inherit (lib) mkIf mkEnableOption;
inherit (lib) mkIf;
cfg = config.modules.system.programs.editors.neovim;
nvf = inputs.neovim-flake;