added stylix nixpkgs.follows

This commit is contained in:
willifan 2024-12-12 22:38:57 +01:00
parent 1b94cf91f4
commit 48f0c3b3ec
2 changed files with 7 additions and 18 deletions

View file

@ -19,7 +19,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:danth/stylix";
stylix = {
url ="github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";