feat(flake): add stylix and base16 theming flakes

This commit is contained in:
Mohammad Rafiq 2025-07-09 00:57:01 +08:00
parent 2d90d32144
commit 69d7bca0f6
No known key found for this signature in database
2 changed files with 247 additions and 0 deletions

View file

@ -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 ###