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 = {
|
2022-02-03 02:41:42 +00:00
|
|
|
pub-solar.graphical.wayland.software-renderer.enable = true;
|
2022-02-03 01:01:05 +00:00
|
|
|
pub-solar.sway.terminal = "foot";
|
2022-08-13 20:59:05 +00:00
|
|
|
pub-solar.core.iso-options.enable = true;
|
2021-10-21 18:06:57 +00:00
|
|
|
};
|
|
|
|
}
|