mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 21:20:32 +01:00
12 lines
125 B
Nix
12 lines
125 B
Nix
|
{
|
||
|
config,
|
||
|
lib,
|
||
|
inputs,
|
||
|
...
|
||
|
}: {
|
||
|
programs.zoxide = {
|
||
|
enable = true;
|
||
|
enableNushellIntegration = true;
|
||
|
};
|
||
|
}
|