This commit is contained in:
Chris Kruining 2024-09-01 18:07:42 +02:00
parent c27b8cb325
commit 1ef2377cc9
4 changed files with 13 additions and 24 deletions

View file

@ -15,7 +15,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim.url = "github:nix-community/nixvim";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox.url = "github:nix-community/flake-firefox-nightly";