6 lines
93 B
Nix
6 lines
93 B
Nix
{ ... }: {
|
|
flake.modules.nixos.steam = { ... }: {
|
|
programs.steam.enable = true;
|
|
};
|
|
}
|