Skip to content

Commit

Permalink
config change
Browse files Browse the repository at this point in the history
  • Loading branch information
conscious-puppet committed Jul 10, 2023
1 parent 507e725 commit d5caee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
darwinPackages = if pkgs.system == "aarch64-darwin" || pkgs.system == "x86_64-darwin" then with pkgs; [ raycast ] else [ ];
in
with pkgs; [
lldb
btop
nix-output-monitor # https://github.com/maralorn/nix-output-monitor
nix-info
Expand Down
1 change: 1 addition & 0 deletions home/wezterm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
hide_tab_bar_if_only_one_tab = true,
native_macos_fullscreen_mode = true,
keys = keys,
audible_bell = "Disabled",
})
-- and finally, return the configuration to wezterm
Expand Down

0 comments on commit d5caee5

Please sign in to comment.