From 02b5c683b922231ebafaad856c2f2c61466823ba Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 3 Oct 2023 01:26:14 +0200 Subject: [PATCH] zsh: add zoxide. worf: remove vscode, add alacritty --- home/zsh.nix | 6 ++++++ hosts/worf/home.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home/zsh.nix b/home/zsh.nix index dae2cdf..640db01 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -41,6 +41,7 @@ shellAliases = { l = "exa -l"; + c = "z"; tree = "exa --tree --icons"; s = "nix-shell --run zsh"; sp = "nix-shell --run zsh -p"; @@ -52,5 +53,10 @@ gpl = "git pull"; }; }; + + zoxide = { + enable = true; + enableZshIntegration = true; + }; }; } diff --git a/hosts/worf/home.nix b/hosts/worf/home.nix index 53ed850..459011a 100644 --- a/hosts/worf/home.nix +++ b/hosts/worf/home.nix @@ -9,6 +9,7 @@ ]; home.packages = with pkgs; [ + alacritty bat bottom cocoapods @@ -23,7 +24,6 @@ # unstable.ripes spotify tldr - vscode ]; programs.zsh = {