more changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user