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

10 lines
164 B
Nix
Raw Normal View History

2021-10-21 18:06:57 +00:00
{ self, config, lib, pkgs, ... }:
let inherit (lib) fileContents;
in
{
imports = [ ../cachix ];
config = {
2021-10-24 20:03:28 +00:00
pub-solar.x-os.iso-options.enable = true;
2021-10-21 18:06:57 +00:00
};
}