[nvim]: AstroNvim

This commit is contained in:
2024-04-24 12:15:45 +03:00
parent 3fe1ee2e1c
commit cdb0c3db9b
22 changed files with 14 additions and 660 deletions
+1
View File
@@ -5,6 +5,7 @@
./htop.nix
./alacritty.nix
./qt.nix
./nvim.nix
./wms/hyprland.nix
./wms/waybar.nix
+11
View File
@@ -0,0 +1,11 @@
{ pkgs, ... }: {
xdg.configFile.nvim = {
source = pkgs.fetchFromGitHub {
owner = "AstroNvim";
repo = "template";
rev = "60a8ea905787c27cbd854985e47dc2195e763732";
sha256 = "03bxdzs9zjm1xd0aqwsckm1d2hbz8bsfw6ac5fzx319a2hyiwfp9";
};
recursive = true;
};
}