wrappers: enable starship
This commit is contained in:
parent
72871bbb6b
commit
1a9dd8260f
2 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
wrapped = inputs.wrapper-manager-hm-compat.lib {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
# ./starship
|
||||
./starship
|
||||
./helix
|
||||
# TODO: Enable again
|
||||
# ./rash
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
shell.disabled = false;
|
||||
aws.disabled = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue