style: reformat with nixpkgs-fmt
This commit is contained in:
parent
1be69caabb
commit
4b459f08d4
15 changed files with 398 additions and 130 deletions
|
@ -1,5 +1,4 @@
|
|||
{ config, pkgs, lib, libs, ... }:
|
||||
{
|
||||
{ config, pkgs, lib, libs, ... }: {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = false;
|
||||
|
@ -119,9 +118,18 @@
|
|||
enable = true;
|
||||
|
||||
plugins = [
|
||||
{ name = "themes/robbyrussell"; tags = [from:oh-my-zsh as:theme]; }
|
||||
{ name = "plugin/git"; tags = [from:oh-my-zsh]; }
|
||||
{ name = "plugin/vi-mode"; tags = [from:oh-my-zsh]; }
|
||||
{
|
||||
name = "themes/robbyrussell";
|
||||
tags = [ "from:oh-my-zsh" "as:theme" ];
|
||||
}
|
||||
{
|
||||
name = "plugin/git";
|
||||
tags = [ "from:oh-my-zsh" ];
|
||||
}
|
||||
{
|
||||
name = "plugin/vi-mode";
|
||||
tags = [ "from:oh-my-zsh" ];
|
||||
}
|
||||
{ name = "mollifier/cd-gitroot"; }
|
||||
{ name = "zsh-users/zsh-autosuggestions"; }
|
||||
{ name = "zsh-users/zsh-completions"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue