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

12 lines
267 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 = {
pub-solar.graphical.wayland.software-renderer.enable = true;
pub-solar.sway.terminal = "foot";
pub-solar.core.iso-options.enable = true;
2021-10-21 18:06:57 +00:00
};
}