Skip to content

Commit 69cb7ed

Browse files
committed
Drop wiggum and prompt-lib
1 parent 2e4d9d1 commit 69cb7ed

3 files changed

Lines changed: 0 additions & 16 deletions

File tree

flake.nix

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@
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 =
@@ -142,8 +132,6 @@
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

lib/aliases

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ alias grc="git rebase --continue"
3636
(( $+commands[bundle] )) && alias be='bundle exec'
3737

3838
alias upstack="gt submit --stack --update-only"
39-
alias prl="prompt-lib"

modules/shell.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ in
130130
commands = helpers.claude.commandDirToTable ../lib/claude/commands;
131131
mcpServers = { };
132132
};
133-
134-
wiggum.enable = true;
135-
prompt-lib.enable = true;
136133
};
137134
};
138135
}

0 commit comments

Comments
 (0)