setup-env #1
@@ -4,6 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./antidote.nix
|
./antidote.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
|
./zoxide.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
8
home-manager/zsh/zoxide.nix
Normal file
8
home-manager/zsh/zoxide.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ pkgs, inputs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user