flake and neovim config update

This commit is contained in:
Salar Rahmanian 2024-09-03 00:54:13 -07:00
parent b9ce9b9ee1
commit ab36ee0f4c
2 changed files with 13 additions and 13 deletions

View file

@ -287,6 +287,6 @@
# Neovim Configuration
xdg.configFile."nvim".source = builtins.fetchGit {
url = "https://code.softinio.com/softinio/nvim-config";
rev = "0e57d13d1d6d6ec24df435b0da8dbd072b8e3896";
rev = "f59b6eedae27085f7430e6d4237f7d3041377d0e";
};
}