Skip to content

Commit

Permalink
Add lazygit and zoxide
Browse files Browse the repository at this point in the history
  • Loading branch information
Locke23rus committed Dec 16, 2024
1 parent 2e079d9 commit 8a60b7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stow-linux/.config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
just
kubectx
kubernetes
lazygit
mise
nix
nixfmt-rfc-style
Expand Down Expand Up @@ -107,4 +108,9 @@
enableZshIntegration = true;
};

programs.zoxide = {
enable = true;
enableZshIntegration = true;
};

}

0 comments on commit 8a60b7a

Please sign in to comment.