Skip to content

Commit 458284e

Browse files
committed
Add prompt-lib
1 parent 2c2e05b commit 458284e

4 files changed

Lines changed: 64 additions & 1 deletion

File tree

flake.lock

Lines changed: 56 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
url = "github:flyinggrizzly/wiggum-nix";
2424
inputs.nixpkgs.follows = "nixpkgs";
2525
};
26+
27+
prompt-lib = {
28+
url = "github:flyinggrizzly/prompt-lib";
29+
inputs.nixpkgs.follows = "nixpkgs";
30+
};
2631
};
2732

2833
outputs =
@@ -138,6 +143,7 @@
138143
inputs.tmuxinator-nix.homeManagerModules.default
139144
inputs.gwt.homeManagerModules.default
140145
inputs.wiggum-nix.homeManagerModules.default
146+
inputs.prompt-lib.homeManagerModules.default
141147
];
142148
};
143149

lib/aliases

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

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

modules/shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ in
123123
};
124124

125125
wiggum.enable = true;
126+
prompt-lib.enable = true;
126127
};
127128
};
128129
}

0 commit comments

Comments
 (0)