Files
nix-config/nixos-modules/apps.nix
2026-01-12 00:16:07 +01:00

8 lines
121 B
Nix

{config, pkgs, ... }: {
programs.steam = {
enable = true;
extest.enable = true;
protontricks.enable = true;
};
}