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];
};
};
};

View file

@ -127,6 +127,7 @@
programs.zellij = {
enable = true;
package = pkgs.unstable.zellij;
};
programs.starship = {

View file

@ -10,6 +10,7 @@
# mac-app-util = import mac-app-util-src {};
in rec {
imports = [
../stylix.nix
../common.nix
../kitty.nix
# mac-app-util.homeManagerModules.default

View file

@ -1,5 +1,5 @@
{pkgs, ...}: let
theme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
theme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";
in {
stylix = {
image = pkgs.fetchurl {