We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git-prole
1 parent 61263e4 commit a34bfabCopy full SHA for a34bfab
3 files changed
modules/profiles/home/git/git-prole.nix
@@ -0,0 +1 @@
1
+{ pkgs, ... }: { home.packages = [ pkgs.git-prole ]; }
modules/profiles/system/darwin/brew.nix
@@ -15,8 +15,8 @@
15
"arc"
16
"cleanshot"
17
"dash"
18
- "docker-desktop"
19
- "elgato-stream-deck"
+ # "docker-desktop"
+ # "elgato-stream-deck"
20
"emacs-mac-spacemacs-icon"
21
# "ghostty"
22
"fantastical"
modules/suites/home.nix
@@ -26,8 +26,16 @@ with profiles;
26
zed-editor
27
];
28
29
- development =
30
- [ git.common git.difftastic git.mergiraf gh gh-dash mise vscode ];
+ development = [
+ git.common
31
+ git.difftastic
32
+ git.mergiraf
33
+ git.git-prole
34
+ gh
35
+ gh-dash
36
+ mise
37
+ vscode
38
+ ];
39
40
identity = [ gnupg.default ];
41
0 commit comments