fix: aagl

This commit is contained in:
Ryan Yin
2026-04-27 15:15:06 +08:00
parent 7731b1f8af
commit 07b4f981d1
4 changed files with 98 additions and 34 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ let
configPath = "${config.home.homeDirectory}/nix-config/home/base/tui/editors/neovim/nvim";
in
{
# xdg.configFile."nvim".source = config.lib.file.mkOutOfStoreSymlink configPath;
xdg.configFile."nvim".source = config.lib.file.mkOutOfStoreSymlink configPath;
# Disable catppuccin to avoid conflict with my non-nix config.
catppuccin.nvim.enable = false;