13 lines
143 B
Nix
13 lines
143 B
Nix
{ lib, config, ... }:
|
|
|
|
{
|
|
programs.shed = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
autocd = true;
|
|
autoHistory = true;
|
|
};
|
|
};
|
|
}
|