pub-solar-os/profiles/gaming/default.nix

7 lines
107 B
Nix
Raw Normal View History

2021-05-30 19:10:28 +00:00
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
pub-solar.gaming.enable = true;
2021-06-01 08:55:02 +00:00
}