add stylix

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-08-08 23:44:36 -04:00
parent 2ae918ca42
commit 3ac21fe70e
4 changed files with 79 additions and 0 deletions

View File

@ -102,6 +102,15 @@
};
};
stylix = {
url = "github:danth/stylix";
inputs = {
flake-compat.follows = "flake-compat";
home-manager.follows = "home-manager";
nixpkgs.follows = "nixpkgs";
};
};
wired-notify = {
url = "github:Toqozz/wired-notify";
inputs = {