os/profiles/gaming/default.nix
2023-01-28 22:34:24 +01:00

12 lines
119 B
Nix

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