From 5ac532d46fbe33d8ce8654b510d6279ae205a47c Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 09:50:57 +0100 Subject: [PATCH] hyprland: add quickshell to gaming PC Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 7ad4f56..7db4da0 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -60,6 +60,8 @@ in networkmanagerapplet pavucontrol polkit_gnome + ] ++ lib.optionals isGaming [ + quickshell ]; # Use upstream anyrun flake's HM module instead of the built-in one