os/profiles/gaming/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
153 B
Nix
Raw Normal View History

2021-05-30 19:10:28 +00:00
{
2022-11-20 22:28:23 +00:00
self,
config,
lib,
pkgs,
...
}: let
2021-05-30 19:10:28 +00:00
inherit (lib) fileContents;
2022-11-20 22:28:23 +00:00
in {
2021-05-30 19:10:28 +00:00
pub-solar.gaming.enable = true;
pub-solar.docker.enable = true;
}