10 lines
114 B
Nix
10 lines
114 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
flake.modules.nixos.core = { pkgs, ... }: {
|
|
programs.steam.enable = true;
|
|
hardware.
|
|
};
|
|
}
|