diff --git a/flake.nix b/flake.nix index 5892079..0fcbd63 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ outputs = { self, nixpkgs, home-manager, tmux-flake }: let - system = "x86_64-linux"; + system = "aarch64-darwin"; pkgs = import nixpkgs { inherit system; config = { @@ -22,8 +22,8 @@ }; in { # Use tmux from jakehamilton/tmux repository - homeConfigurations."tyler" = home-manager.lib.homeManagerConfiguration { - inherit pkgs; + homeConfigurations."tylerbohrer" = home-manager.lib.homeManagerConfiguration { + pkgs = pkgs; modules = [ ({ pkgs, ... }: { # Use the tmux package from jakehamilton/tmux repository