Compare commits

...

2 commits

Author SHA1 Message Date
raf
1c6415b5ae
Merge branch 'main' into no-vimrc 2024-07-20 08:27:46 +00:00
diniamo
cbff0e4715
flake: fix neovimConfiguration in top-level lib (#345) 2024-07-20 08:22:13 +00:00

View file

@ -25,7 +25,8 @@
flake = {
lib = {
inherit (lib) nvim neovimConfiguration;
inherit (lib) nvim;
inherit (lib.nvim) neovimConfiguration;
};
homeManagerModules = {