File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 url = "github:flyinggrizzly/gwt" ;
1919 inputs . nixpkgs . follows = "nixpkgs" ;
2020 } ;
21-
22- wiggum-nix = {
23- url = "github:flyinggrizzly/wiggum-nix" ;
24- inputs . nixpkgs . follows = "nixpkgs" ;
25- } ;
26-
27- prompt-lib = {
28- url = "github:flyinggrizzly/prompt-lib" ;
29- inputs . nixpkgs . follows = "nixpkgs" ;
30- } ;
3121 } ;
3222
3323 outputs =
142132 homeConfig
143133 inputs . tmuxinator-nix . homeManagerModules . default
144134 inputs . gwt . homeManagerModules . default
145- inputs . wiggum-nix . homeManagerModules . default
146- inputs . prompt-lib . homeManagerModules . default
147135 ] ;
148136 } ;
149137
Original file line number Diff line number Diff line change @@ -36,4 +36,3 @@ alias grc="git rebase --continue"
3636(( $+commands[bundle] )) && alias be='bundle exec'
3737
3838alias upstack="gt submit --stack --update-only"
39- alias prl="prompt-lib"
Original file line number Diff line number Diff line change 130130 commands = helpers . claude . commandDirToTable ../lib/claude/commands ;
131131 mcpServers = { } ;
132132 } ;
133-
134- wiggum . enable = true ;
135- prompt-lib . enable = true ;
136133 } ;
137134 } ;
138135}
You can’t perform that action at this time.
0 commit comments