more changes
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, tmux-flake }:
|
outputs = { self, nixpkgs, home-manager, tmux-flake }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "aarch64-darwin";
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config = {
|
config = {
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
# Use tmux from jakehamilton/tmux repository
|
# Use tmux from jakehamilton/tmux repository
|
||||||
homeConfigurations."tyler" = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."tylerbohrer" = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
pkgs = pkgs;
|
||||||
modules = [
|
modules = [
|
||||||
({ pkgs, ... }: {
|
({ pkgs, ... }: {
|
||||||
# Use the tmux package from jakehamilton/tmux repository
|
# Use the tmux package from jakehamilton/tmux repository
|
||||||
|
|||||||
Reference in New Issue
Block a user