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

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

16 lines
252 B
Nix
Raw Normal View History

2021-10-21 18:06:57 +00:00
{
2022-11-20 22:28:23 +00:00
self,
config,
lib,
pkgs,
2021-10-21 18:06:57 +00:00
...
2022-11-20 22:28:23 +00:00
}: let
2021-10-21 18:06:57 +00:00
inherit (lib) fileContents;
2022-11-20 22:28:23 +00:00
in {
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
};
}