16 lines
187 B
Nix
16 lines
187 B
Nix
{
|
|
self,
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: let
|
|
inherit (lib) fileContents;
|
|
in {
|
|
pub-solar.gaming.enable = true;
|
|
<<<<<<< HEAD
|
|
=======
|
|
pub-solar.docker.enable = true;
|
|
>>>>>>> main
|
|
}
|