Merge branch 'main' into no-vimrc

This commit is contained in:
raf 2024-07-20 08:27:46 +00:00 committed by GitHub
commit 1c6415b5ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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