feat(darwin): add stylix module for enhanced styling options

This commit is contained in:
uttarayan21
2025-10-24 08:18:46 +05:30
parent 32ee60eae4
commit 7e98fc2e52
8 changed files with 336 additions and 16 deletions

View File

@@ -13,6 +13,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager-stable = {
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";