Migrate to snowfall lib
This commit is contained in:
@@ -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