blob: 5794df8e613871f87bef1a704bf10e697abb2b4c [file] [log] [blame]
{ ... }: {
home.shellAliases = builtins.listToAttrs (
builtins.genList (value: { name = "n${toString (value - 19)}"; value = "nice -n ${toString (value - 19)}"; }) 40
);
}