parent
1e14953314
commit
f0163cd28c
3 changed files with 6 additions and 7 deletions
5
lib/shared/modules/starship.nix
Normal file
5
lib/shared/modules/starship.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -173,13 +173,6 @@
|
|||
enable = true;
|
||||
|
||||
plugins = [
|
||||
{
|
||||
name = "themes/robbyrussell";
|
||||
tags = [
|
||||
"from:oh-my-zsh"
|
||||
"as:theme"
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "plugin/git";
|
||||
tags = [ "from:oh-my-zsh" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue