feat(flake): add stylix and base16 theming flakes
This commit is contained in:
parent
2d90d32144
commit
69d7bca0f6
2 changed files with 247 additions and 0 deletions
|
@ -32,6 +32,15 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
stylix = {
|
||||
url = "github:nix-community/stylix";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-parts.follows = "flake-parts";
|
||||
systems.follows = "systems";
|
||||
nur.follows = "nur";
|
||||
};
|
||||
};
|
||||
|
||||
### FLAKE PARTS MODULES ###
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue