nix-config/home/programs/games.nix
2025-03-26 16:16:42 +01:00

11 lines
92 B
Nix

{
pkgs,
config,
username,
...
}: {
programs = {
xonotic.enable = true;
};
}