Skip to content

Commit

Permalink
switch to wezterm cask for now due to time-rs/time#696
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsommer committed Aug 19, 2024
1 parent a2a81f2 commit e459b7e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 31 deletions.
54 changes: 27 additions & 27 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions modules/darwin/casks.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
_:

[
# System
"wezterm"

# Communication Tools
"signal"

Expand Down
7 changes: 4 additions & 3 deletions modules/darwin/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let name = "Kent Sommer";

homebrew = {
enable = true;
onActivation.upgrade = true;
casks = pkgs.callPackage ./casks.nix {};
masApps = {
"line" = 539883307;
Expand Down Expand Up @@ -73,9 +74,9 @@ let name = "Kent Sommer";
enable = true;
};

wezterm = {
enable = true;
};
# wezterm = {
# enable = true;
# };

zellij = {
enable = true;
Expand Down
2 changes: 1 addition & 1 deletion modules/darwin/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

with pkgs; [
# General packages for development and system management
wezterm
# wezterm
coreutils
killall
openssh
Expand Down

0 comments on commit e459b7e

Please sign in to comment.