Make stylix follow nixpkgs.
This commit is contained in:
parent
9f85837a30
commit
eb81d83d61
2 changed files with 7 additions and 18 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue