Added stylix to hinge laptop

This commit is contained in:
Tyler Mayoff 2025-01-13 09:37:23 -05:00
parent c97591361a
commit fa5397e11a
No known key found for this signature in database
GPG key ID: B62A5AFAD8E14845
4 changed files with 4 additions and 2 deletions

View file

@ -73,7 +73,7 @@
"tyler.mayoff@MAC-C57KK2TC69" = home-manager.lib.homeManagerConfiguration {
pkgs = allPkgs."aarch64-darwin";
extraSpecialArgs = {inherit inputs outputs;};
modules = [./home/hinge/hinge.nix];
modules = [stylix.homeManagerModules.stylix ./home/hinge/hinge.nix];
};
};
};