global(gui): remove withArcFull specialisation since it had no use case
This commit is contained in:
parent
3328617756
commit
32d4ea7fbd
1 changed files with 0 additions and 16 deletions
|
@ -80,22 +80,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
specialisation.withArcFull = mkIf (cfg.arc != null) {
|
|
||||||
configuration = {
|
|
||||||
global.gui.arc = mkForce null;
|
|
||||||
powerManagement.cpuFreqGovernor = mkForce "performance";
|
|
||||||
|
|
||||||
# set DRI_PRIME in profile to always enable offloading
|
|
||||||
environment.variables.DRI_PRIME = "1";
|
|
||||||
services.greetd.settings.default_session.command = ''
|
|
||||||
# regreet is buggy with offload enabled so we turn it off
|
|
||||||
env DRI_PRIME=0 ${pkgs.dbus}/bin/dbus-run-session \
|
|
||||||
${getExe pkgs.cage} ${escapeShellArgs config.programs.regreet.cageArgs} -- \
|
|
||||||
${getExe config.programs.regreet.package}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.initrd.kernelModules =
|
boot.initrd.kernelModules =
|
||||||
optional amdgpu "amdgpu" ++
|
optional amdgpu "amdgpu" ++
|
||||||
optional intel "i915" ++
|
optional intel "i915" ++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue