cleanup by gurjaka
This commit is contained in:
9
nixos/modules/users/zoxide.nix
Normal file
9
nixos/modules/users/zoxide.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user