2021-10-21 20:06:57 +02:00
|
|
|
{ self, config, lib, pkgs, ... }:
|
|
|
|
let inherit (lib) fileContents;
|
|
|
|
in
|
|
|
|
{
|
|
|
|
imports = [ ../cachix ];
|
|
|
|
config = {
|
2022-02-03 03:41:42 +01:00
|
|
|
pub-solar.graphical.wayland.software-renderer.enable = true;
|
2022-02-03 02:01:05 +01:00
|
|
|
pub-solar.sway.terminal = "foot";
|
2022-08-13 22:59:05 +02:00
|
|
|
pub-solar.core.iso-options.enable = true;
|
2021-10-21 20:06:57 +02:00
|
|
|
};
|
|
|
|
}
|