Reinitialized repo after massive overhaul
This commit is contained in:
11
home/programs/terminal/zoxide/flake.nix
Normal file
11
home/programs/terminal/zoxide/flake.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
description = "Zoxide config";
|
||||
|
||||
inputs = {};
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
hmModule = import ./zoxide.nix;
|
||||
|
||||
};
|
||||
}
|
||||
13
home/programs/terminal/zoxide/zoxide.nix
Normal file
13
home/programs/terminal/zoxide/zoxide.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
programs.zoxide = {
|
||||
|
||||
enable = true;
|
||||
|
||||
enableZshIntegration = true;
|
||||
|
||||
options = [
|
||||
"--cmd cd"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user