New modules for Home Manager
This commit is contained in:
parent
07fb22e47e
commit
d7faff3901
6 changed files with 133 additions and 0 deletions
13
modules/home/starship.nix
Normal file
13
modules/home/starship.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
# custom settings
|
||||
settings = {
|
||||
add_newline = false;
|
||||
aws.disabled = true;
|
||||
gcloud.disabled = true;
|
||||
line_break.disabled = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue