Skip to content

Commit 80c5fb1

Browse files
committed
switch ice back to bartender, add a few git packages
1 parent 80d3806 commit 80c5fb1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

modules/darwin/brew.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@
2020
casks = [
2121
"1password-cli"
2222
"aerospace"
23+
"bartender"
2324
"devpod"
2425
"ghostty"
2526
"hammerspoon"
2627
"httpie-desktop"
2728
"jetbrains-toolbox"
28-
"jordanbaird-ice"
2929
"kftray"
3030
"kitty"
3131
"obsidian"
3232
"orbstack"
33+
"osaurus"
3334
"raycast"
3435
"stats"
3536
"utm"

modules/home-manager/git.nix

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{pkgs, ...}: {
2-
home.packages = [pkgs.github-cli pkgs.git-crypt pkgs.transcrypt pkgs.git-subrepo];
2+
home.packages = builtins.attrValues {
3+
inherit
4+
(pkgs)
5+
github-cli
6+
git-subrepo
7+
git-get
8+
git-trim
9+
git-who
10+
git-my
11+
;
12+
};
313
programs.git = {
414
enable = true;
515
settings = {

0 commit comments

Comments
 (0)