From be03e4d50ed323ebc8df0ca84368912fc3b82f49 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Fri, 6 Jan 2023 01:24:43 +0100 Subject: [PATCH] Add nix-shell to zsh and thunar to nix --- .config/nixpkgs/graphical.nix | 2 ++ .config/zsh/.zshrc | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.config/nixpkgs/graphical.nix b/.config/nixpkgs/graphical.nix index 74edac1..cf25185 100644 --- a/.config/nixpkgs/graphical.nix +++ b/.config/nixpkgs/graphical.nix @@ -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 ]; } diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 8621174..b841ce0 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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'