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

10 lines
210 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;
pub-solar.docker.enable = true;
pub-solar.docker.enable = true;
pub-solar.docker.enable = true;
};