From 3207e27f1d15bad4cc0b1ec4613b7b74498bd481 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Tue, 14 Jan 2025 12:28:10 +1100 Subject: [PATCH] ookst480s: disable gaming profile --- hosts/ookst480s/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ookst480s/default.nix b/hosts/ookst480s/default.nix index 1d1b5af..2493c59 100644 --- a/hosts/ookst480s/default.nix +++ b/hosts/ookst480s/default.nix @@ -17,7 +17,7 @@ }; }; workstation = { - profiles = ["media" "gaming" "communication"]; + profiles = ["media" "communication"]; environment = "hyprland"; theme = "minimal"; };