Reapply "devices.pc: enable niri specialisation"

This reverts commit 47d35f67e9.
This commit is contained in:
2025-09-25 13:26:01 +08:00
parent 484867f79a
commit f227e862f5

View File

@@ -96,5 +96,6 @@ inputs:
services.udev.extraRules = ''ACTION=="add", ATTR{power/wakeup}="disabled"'';
# 解决有时蓝牙不能使用的问题
boot.kernelParams = [ "mt7925e.disable_aspm=1" ];
specialisation.niri.configuration.nixos.system.gui.implementation = "niri";
};
}