1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-24 18:04:02 +00:00
ultima/modules/home/shells/abbrs.nix
2024-12-09 10:15:55 +09:00

8 lines
104 B
Nix

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