teutat3s
972e3f1569
to specify it explicitly (results in double entry in nix.conf)
Also force our nix.extraOptions because digga tries real hard to put
their binary caches there:
0595ae70cd/modules/nix-config.nix (L19-L23)
16 lines
252 B
Nix
16 lines
252 B
Nix
{
|
|
self,
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: let
|
|
inherit (lib) fileContents;
|
|
in {
|
|
config = {
|
|
pub-solar.graphical.wayland.software-renderer.enable = true;
|
|
pub-solar.sway.terminal = "foot";
|
|
pub-solar.core.iso-options.enable = true;
|
|
};
|
|
}
|