1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

stylix version fix

This commit is contained in:
andrey_varnavskiy
2025-02-12 06:29:57 +05:00
parent 671fba5f6a
commit a746b4f144

View File

@@ -10,7 +10,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:danth/stylix";
stylix = {
url = "github:danth/stylix/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
# COMING SOON...
#nixvim = {