mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat: wezterm as default terminal
This commit is contained in:
parent
006eaf33be
commit
4b76b22942
6 changed files with 25 additions and 37 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue