Files
felnix/hosts/sisko/applications.nix
T
2024-12-01 10:34:34 +01:00

11 lines
164 B
Nix

{ config, pkgs, lib, ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
environment.systemPackages = with pkgs; [
];
}