mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
10 lines
226 B
Nix
10 lines
226 B
Nix
_: {
|
|
flake.nixosModules.games = {pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
supertux # fuck mario
|
|
supertuxkart # fuck mariokart
|
|
# my favorite italian plumber is free software
|
|
];
|
|
};
|
|
}
|