11 lines
92 B
Nix
11 lines
92 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
username,
|
|
...
|
|
}: {
|
|
programs = {
|
|
xonotic.enable = true;
|
|
};
|
|
}
|