Skip to content

Commit a34bfab

Browse files
committed
Add git-prole, remove some unused brews
1 parent 61263e4 commit a34bfab

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ pkgs, ... }: { home.packages = [ pkgs.git-prole ]; }

modules/profiles/system/darwin/brew.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"arc"
1616
"cleanshot"
1717
"dash"
18-
"docker-desktop"
19-
"elgato-stream-deck"
18+
# "docker-desktop"
19+
# "elgato-stream-deck"
2020
"emacs-mac-spacemacs-icon"
2121
# "ghostty"
2222
"fantastical"

modules/suites/home.nix

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,16 @@ with profiles;
2626
zed-editor
2727
];
2828

29-
development =
30-
[ git.common git.difftastic git.mergiraf gh gh-dash mise vscode ];
29+
development = [
30+
git.common
31+
git.difftastic
32+
git.mergiraf
33+
git.git-prole
34+
gh
35+
gh-dash
36+
mise
37+
vscode
38+
];
3139

3240
identity = [ gnupg.default ];
3341

0 commit comments

Comments
 (0)