10 lines
No EOL
133 B
Nix
10 lines
No EOL
133 B
Nix
{ ... }:
|
|
{
|
|
# full_name = "Kaas Mans";
|
|
# is_trusted = false;
|
|
|
|
shell = {
|
|
default = "fish";
|
|
corePkgs.enable = true;
|
|
};
|
|
} |