h002 being weird, but it is working tty now
This commit is contained in:
parent
aa3653e8c2
commit
1ec7eadcb8
11 changed files with 293 additions and 20 deletions
9
users/_common/components/home_manager/zoxide.nix
Normal file
9
users/_common/components/home_manager/zoxide.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
options = [ "--cmd cd" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue