mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
Revert "devices.pc: kwin use nvidia gpu"
This reverts commit ea496d6fdf.
This commit is contained in:
@@ -175,18 +175,6 @@ inputs:
|
||||
(dir: { directory = "repo/${dir}"; user = "chn"; group = "chn"; mode = "0755"; })
|
||||
[ "BPD-paper" "kurumi-asmr" "BPD-paper-old" "SiC-20240705" ];
|
||||
};
|
||||
# kwin 使用 nvidia 显卡
|
||||
systemd.user.services.plasma-kwin_wayland =
|
||||
{
|
||||
environment =
|
||||
{
|
||||
__NV_PRIME_RENDER_OFFLOAD = "1";
|
||||
__NV_PRIME_RENDER_OFFLOAD_PROVIDER = "NVIDIA-G0";
|
||||
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
|
||||
__VK_LAYER_NV_optimus = "NVIDIA_only";
|
||||
};
|
||||
overrideStrategy = "asDropin";
|
||||
};
|
||||
specialisation =
|
||||
{
|
||||
xanmod.configuration =
|
||||
|
||||
Reference in New Issue
Block a user