From 4031ecf0f0748b7db61b44c7aea3f0b13e5477cb Mon Sep 17 00:00:00 2001 From: Tyler Mac Date: Wed, 19 Aug 2026 20:24:54 -0400 Subject: [PATCH] more changes --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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