working on meli, bunch of stuff
This commit is contained in:
11
home-modules/shell/zoxide.nix
Normal file
11
home-modules/shell/zoxide.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.zoxide
|
||||
];
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user