fix(gui): improve withArc specialisation
This commit is contained in:
parent
4a800b9d12
commit
46337a3aed
|
@ -74,6 +74,13 @@ in {
|
||||||
specialisation.withArc = mkIf (cfg.arc != null) {
|
specialisation.withArc = mkIf (cfg.arc != null) {
|
||||||
configuration = {
|
configuration = {
|
||||||
global.gui.arc = mkForce null;
|
global.gui.arc = mkForce null;
|
||||||
|
environment.variables.DRI_PRIME = "1";
|
||||||
|
powerManagement.cpuFreqGovernor = mkForce "performance";
|
||||||
|
services.greetd.settings.default_session.command = ''
|
||||||
|
env DRI_PRIME=0 ${pkgs.dbus}/bin/dbus-run-session \
|
||||||
|
${getExe pkgs.cage} ${escapeShellArgs config.programs.regreet.cageArgs} -- \
|
||||||
|
${getExe config.programs.regreet.package}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue