Skip to content

Commit

Permalink
feat: add wezterm@nightly to darwin.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Sep 19, 2024
1 parent be766ee commit 6752dd0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions hosts/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"telegram-desktop"
"the-unarchiver"
"vmware-fusion"
"wezterm@nightly"
"whatsapp"
"xquartz"
];
Expand All @@ -79,14 +80,15 @@
autohide-delay = 0.0;
orientation = "bottom";
};
trackpad = { Clicking = true; };
trackpad = {
Clicking = true;
};
CustomUserPreferences = {
"com.googlecode.iterm2.plist" = {
# Specify the preferences directory
# Cannot be a nix store link
# https://github.com/nix-community/home-manager/issues/2085
PrefsCustomFolder =
"${config.users.users.${user}.home}/.dotfiles/users/${user}";
PrefsCustomFolder = "${config.users.users.${user}.home}/.dotfiles/users/${user}";
# Tell iTerm2 to use the custom preferences in the directory
LoadPrefsFromCustomFolder = true;
};
Expand Down

0 comments on commit 6752dd0

Please sign in to comment.