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; + }; + }; }