os/profiles/pub-solar-iso/default.nix
2021-10-24 22:03:28 +02:00

10 lines
164 B
Nix

{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
imports = [ ../cachix ];
config = {
pub-solar.x-os.iso-options.enable = true;
};
}