Files
nixos-config/modules/home/environment/shed/options.nix

13 lines
143 B
Nix

{ lib, config, ... }:
{
programs.shed = {
enable = true;
settings = {
autocd = true;
autoHistory = true;
};
};
}