1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-06 13:23:55 +00:00
ultima/modules/home/shells/abbrs.nix

11 lines
118 B
Nix

{ x, lib, ... }:
with lib;
with x;
{
options = {
module.shells = {
abbrs = mkOpt.attrs.str;
};
};
}