This commit is contained in:
Geoffrey Frogeye 2024-06-29 18:10:50 +02:00
parent a6a1e32ade
commit 88e63aaf7f
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 56 additions and 65 deletions

View file

@ -23,11 +23,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix"; # No 24.05 yet
url = "github:danth/stylix/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim"; # No 24.05 yet
url = "github:nix-community/nixvim/nixos-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/NUR";