devices.pc: enable niri specialisation

This commit is contained in:
2025-09-23 21:22:37 +08:00
parent 0e6d185c22
commit f645276a30

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";
};
}