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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
277 B
Nix
Raw Normal View History

2021-10-21 18:06:57 +00:00
{
2023-01-28 20:49:10 +00:00
self,
config,
lib,
pkgs,
...
}: let
inherit (lib) fileContents;
in {
imports = [../cachix];
2021-10-21 18:06:57 +00:00
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
};
}