From a183cca605e10697ef25a9985d291169d23033a5 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Thu, 8 Sep 2022 03:17:28 -0400 Subject: [PATCH] hp: enable gaming --- hosts/hp/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hp/default.nix b/hosts/hp/default.nix index 81fd8af..63cd7ac 100644 --- a/hosts/hp/default.nix +++ b/hosts/hp/default.nix @@ -4,6 +4,7 @@ gnome = true; profile = "desktop"; horizon.enable = true; + gaming.enable = true; wg-home.enable = true; };