chore: flake update 03-2026

This commit is contained in:
2026-03-11 14:30:47 +05:00
parent 4151d4748d
commit 85462a5bba
3 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
};
# Create a symlink from ~/.config/nvim to the dotfiles directory
home.file.".config/nvim".source =
home.file."${config.xdg.configHome}/nvim".source =
config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/git/nix-config/dotfiles/nvim";
}