os/profiles/gaming/default.nix

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

12 lines
119 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;
2021-06-01 08:55:02 +00:00
}