diff --git a/nix/hosts/t490/default.nix b/nix/hosts/t490/default.nix
index 5900e7a0..786716b0 100644
--- a/nix/hosts/t490/default.nix
+++ b/nix/hosts/t490/default.nix
@@ -4,4 +4,11 @@
 
     ./configuration.nix
   ];
+
+  features = {
+    desktop = {
+      gaming.enable = true;
+      peek.enable = true;
+    };
+  };
 }