From 1229a9c92a20493b761785d3ad7b50a2e457ad84 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 22 Dec 2024 20:52:31 +0000 Subject: [PATCH] t490: add peek and games --- nix/hosts/t490/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix/hosts/t490/default.nix b/nix/hosts/t490/default.nix index 5900e7a..786716b 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; + }; + }; }