This commit is contained in:
Chris Kruining 2024-08-20 22:13:29 +02:00
parent f4774a6cae
commit 8406f15b21
5 changed files with 312 additions and 2 deletions

View file

@ -16,6 +16,11 @@
inputs.home-manager.follows = "home-manager";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox.url = "github:nix-community/flake-firefox-nightly";
stylix.url = "github:danth/stylix";