diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 73467cf..2a674fd 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -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]; }; }; }; diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index eb46d75..e06989d 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -127,6 +127,7 @@ programs.zellij = { enable = true; + package = pkgs.unstable.zellij; }; programs.starship = { diff --git a/dot_config/flake/home/hinge/hinge.nix b/dot_config/flake/home/hinge/hinge.nix index 76abb53..0a66d2d 100644 --- a/dot_config/flake/home/hinge/hinge.nix +++ b/dot_config/flake/home/hinge/hinge.nix @@ -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 diff --git a/dot_config/flake/home/stylix.nix b/dot_config/flake/home/stylix.nix index c8925be..48777e4 100644 --- a/dot_config/flake/home/stylix.nix +++ b/dot_config/flake/home/stylix.nix @@ -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 {