mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-18 21:57:21 +02:00
fix: aagl
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user