From c75f5c129afc51a39659214b615c6a63690f45e0 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 22 Jul 2024 14:44:26 +0200 Subject: [PATCH] feat: adds `neovim` to flake --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index da203c2..a4028e6 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,8 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nur.url = "github:nix-community/NUR"; + + nixvim.url = "github:ahwxorg/nixvim-config"; hypr-contrib.url = "github:hyprwm/contrib"; hyprpicker.url = "github:hyprwm/hyprpicker";