Make stylix follow nixpkgs.

This commit is contained in:
CronyAkatsuki 2025-02-09 18:46:43 +01:00
parent 9f85837a30
commit eb81d83d61
2 changed files with 7 additions and 18 deletions

View file

@ -12,7 +12,10 @@
};
# Let's theme everything easilly
stylix.url = "github:danth/stylix";
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
# NVF FOR SUPER NVIM
nvf = {