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