mirror of
https://github.com/zoriya/flake.git
synced 2026-06-01 10:15:45 +00:00
Fix nvim not following system theme
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user