added zoxide
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
../../packages/starship/home.nix
|
../../packages/starship/home.nix
|
||||||
../../packages/fastfetch/home.nix
|
../../packages/fastfetch/home.nix
|
||||||
../../packages/zsh/home.nix
|
../../packages/zsh/home.nix
|
||||||
|
../../packages/zoxide/home.nix
|
||||||
|
|
||||||
../../packages/btop/home.nix
|
../../packages/btop/home.nix
|
||||||
../../packages/eza/home.nix
|
../../packages/eza/home.nix
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
programs.eza = {
|
||||||
eza
|
enable = true;
|
||||||
];
|
git = true;
|
||||||
|
colors = "auto";
|
||||||
|
enableZshIntegration = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
myConfig,
|
myConfig,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
programs.zoxide.enable = true;
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user