feat: wezterm as default terminal

This commit is contained in:
Poby 2026-03-14 01:06:03 +09:00
parent 006eaf33be
commit 4b76b22942
No known key found for this signature in database
6 changed files with 25 additions and 37 deletions

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
@ -25,22 +26,17 @@
Bitwarden = 1352778147;
};
taps = [];
taps = [ ];
# WARNING only include those not in nixpkgs
brews = [];
brews = [ ];
casks = [
"batfi"
"hammerspoon"
# TODO use nixpkgs when possible
# "google-chrome"
# "iina"
# "jordanbaird-ice"
# "keka"
# "shottr"
# "raycast"
# "stats"
"shottr"
];
};
}

View file

@ -46,11 +46,13 @@
};
controlcenter = {
Sound = false;
Bluetooth = false;
AirDrop = false;
BatteryShowPercentage = false;
Bluetooth = false;
Display = false;
FocusModes = false;
NowPlaying = false;
Sound = false;
};
menuExtraClock = {