Fix nvim not following system theme

This commit is contained in:
2024-07-10 19:16:02 +07:00
parent be2b1ff7fe
commit 67d07f7450
+2
View File
@@ -9,6 +9,8 @@
extraPackages = with pkgs; [
gcc
tree-sitter
# Give access to gdbus for color-scheme detection (vim-lumen).
glib
];
};
xdg.configFile."nvim".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/projects/flake/modules/cli/nvim";