feat: add zoxide

main
mandlm 2023-12-11 20:05:05 +01:00
parent cdcebfde46
commit 4265578b80
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 11 additions and 0 deletions

10
home-manager/zoxide.nix Normal file
View File

@ -0,0 +1,10 @@
{ config, lib, pkgs, user, theme, ... }:
{
programs.zoxide = {
enable = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
}

View File

@ -54,5 +54,6 @@
./home-manager/sway ./home-manager/sway
./home-manager/direnv.nix ./home-manager/direnv.nix
./home-manager/bat.nix ./home-manager/bat.nix
./home-manager/zoxide.nix
]; ];
} }