[nvim]: AstroNvim
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
./htop.nix
|
||||
./alacritty.nix
|
||||
./qt.nix
|
||||
./nvim.nix
|
||||
|
||||
./wms/hyprland.nix
|
||||
./wms/waybar.nix
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
xdg.configFile.nvim = {
|
||||
source = pkgs.fetchFromGitHub {
|
||||
owner = "AstroNvim";
|
||||
repo = "template";
|
||||
rev = "60a8ea905787c27cbd854985e47dc2195e763732";
|
||||
sha256 = "03bxdzs9zjm1xd0aqwsckm1d2hbz8bsfw6ac5fzx319a2hyiwfp9";
|
||||
};
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user