correct colmena user key
This commit is contained in:
parent
e38151411a
commit
9dcce428a9
2 changed files with 7 additions and 6 deletions
|
|
@ -36,12 +36,13 @@
|
|||
nix-ld.enable = true;
|
||||
starship = {
|
||||
enable = true;
|
||||
# custom settings
|
||||
presets = [
|
||||
"nerd-font-symbols"
|
||||
];
|
||||
settings = {
|
||||
add_newline = false;
|
||||
aws.disabled = true;
|
||||
gcloud.disabled = true;
|
||||
line_break.disabled = true;
|
||||
add_newline = true;
|
||||
container.disabled = true;
|
||||
nix_shell.enabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue