9 lines
106 B
Nix
9 lines
106 B
Nix
{ ... }:
|
|
{
|
|
# full_name = "Kaas Mans";
|
|
# is_trusted = false;
|
|
|
|
shell = {
|
|
default = "fish";
|
|
};
|
|
}
|