parent
64dd65d4e9
commit
e4923e708e
|
@ -18,6 +18,7 @@
|
||||||
./modules/nnn.nix
|
./modules/nnn.nix
|
||||||
./modules/phpactor.nix
|
./modules/phpactor.nix
|
||||||
./modules/ripgrep.nix
|
./modules/ripgrep.nix
|
||||||
|
./modules/starship.nix
|
||||||
./modules/syncthing.nix
|
./modules/syncthing.nix
|
||||||
./modules/tmux.nix
|
./modules/tmux.nix
|
||||||
./modules/wezterm.nix
|
./modules/wezterm.nix
|
||||||
|
|
1
lib/shared/modules/starship.nix
Normal file
1
lib/shared/modules/starship.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ programs.starship.enable = true; }
|
|
@ -288,10 +288,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
|
||||||
name = "themes/robbyrussell";
|
|
||||||
tags = [ "from:oh-my-zsh" "as:theme" ];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "plugin/git";
|
name = "plugin/git";
|
||||||
tags = [ "from:oh-my-zsh" ];
|
tags = [ "from:oh-my-zsh" ];
|
||||||
|
|
Loading…
Reference in a new issue