From f645276a30391ef6bc5881de5319c0327a64b941 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 23 Sep 2025 21:22:37 +0800 Subject: [PATCH] devices.pc: enable niri specialisation --- devices/pc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 18e92fa4..e59f43eb 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -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"; }; }