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 {
|
wrapped = inputs.wrapper-manager-hm-compat.lib {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
modules = [
|
modules = [
|
||||||
# ./starship
|
./starship
|
||||||
./helix
|
./helix
|
||||||
# TODO: Enable again
|
# TODO: Enable again
|
||||||
# ./rash
|
# ./rash
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
shell.disabled = false;
|
||||||
|
aws.disabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue