2021-10-21 18:06:57 +00:00
|
|
|
{ self, config, lib, pkgs, ... }:
|
|
|
|
let inherit (lib) fileContents;
|
|
|
|
in
|
|
|
|
{
|
|
|
|
imports = [ ../cachix ];
|
|
|
|
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-02-03 02:41:42 +00:00
|
|
|
pub-solar.x-os.iso-options.enable = true;
|
2021-10-21 18:06:57 +00:00
|
|
|
};
|
|
|
|
}
|