mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-06 13:23:55 +00:00
11 lines
118 B
Nix
11 lines
118 B
Nix
{ x, lib, ... }:
|
|
with lib;
|
|
with x;
|
|
{
|
|
options = {
|
|
module.shells = {
|
|
abbrs = mkOpt.attrs.str;
|
|
};
|
|
};
|
|
}
|