parent
1e14953314
commit
f0163cd28c
|
@ -24,6 +24,7 @@
|
|||
./modules/nnn.nix
|
||||
./modules/phpactor.nix
|
||||
./modules/ripgrep.nix
|
||||
./modules/starship.nix
|
||||
./modules/syncthing.nix
|
||||
./modules/tmux.nix
|
||||
./modules/wezterm.nix
|
||||
|
|
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…
Reference in a new issue