os/profiles/gaming/default.nix
2022-11-20 23:28:23 +01:00

13 lines
153 B
Nix

{
self,
config,
lib,
pkgs,
...
}: let
inherit (lib) fileContents;
in {
pub-solar.gaming.enable = true;
pub-solar.docker.enable = true;
}