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

11 lines
202 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;
pub-solar.sway.terminal = "foot";
2021-10-21 18:06:57 +00:00
};
}