mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Move zoxide into the shell-alias module
This commit is contained in:
parent
f649437b2f
commit
c245e9422a
2 changed files with 50 additions and 48 deletions
|
|
@ -44,11 +44,6 @@
|
|||
|
||||
fzf.enable = true;
|
||||
|
||||
zoxide = {
|
||||
enable = true;
|
||||
options = [ "--cmd cd" ];
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue