more changes

This commit is contained in:
Tyler Mac
2026-08-19 20:24:54 -04:00
parent 3c5d302d68
commit 4031ecf0f0
+3 -3
View File
@@ -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