Add nix-shell to zsh and thunar to nix
This commit is contained in:
parent
c9026ce0c1
commit
be03e4d50e
2 changed files with 6 additions and 0 deletions
|
@ -22,5 +22,7 @@
|
|||
#vagrant # tool for automated virtual machines
|
||||
#virtualbox # tool for virtual machines
|
||||
xclip # clipboard CLI for X
|
||||
xfce.thunar # file manager
|
||||
xfce.tumbler # thumbnail tool
|
||||
];
|
||||
}
|
||||
|
|
|
@ -76,6 +76,9 @@ autoinstall git \
|
|||
autoinstall git \
|
||||
"https://github.com/spwhitt/nix-zsh-completions.git" \
|
||||
"$plugin_path/nix-zsh-completions"
|
||||
autoinstall git \
|
||||
"https://github.com/chisui/zsh-nix-shell.git" \
|
||||
"$plugin_path/nix-shell"
|
||||
autoinstall file \
|
||||
"https://gist.githubusercontent.com/oshybystyi/475ee7768efc03727f21/raw/4bfd57ef277f5166f3070f11800548b95a501a19/git-auto-status.plugin.zsh" \
|
||||
"$plugin_path/git-auto-status/git-auto-status.plugin.zsh"
|
||||
|
@ -95,6 +98,7 @@ plugins=(
|
|||
'git-auto-status'
|
||||
'jump'
|
||||
'laravel5'
|
||||
'nix-shell'
|
||||
'nix-zsh-completions'
|
||||
'rust'
|
||||
'safe-paste'
|
||||
|
|
Loading…
Reference in a new issue