Migrate to snowfall lib
This commit is contained in:
10
modules/nixos/gui/games/default.nix
Normal file
10
modules/nixos/gui/games/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
let cfg = config.hostcfg.make.game;
|
||||
in {
|
||||
config = lib.mkIf cfg {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user