From c4892817d361f33fee4552c1425a2cd2226917eb Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Wed, 5 Jun 2024 20:24:54 +0200 Subject: [PATCH] add steam on tabby --- hosts/tabby/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/tabby/default.nix b/hosts/tabby/default.nix index d96b7bf..7f4a010 100644 --- a/hosts/tabby/default.nix +++ b/hosts/tabby/default.nix @@ -27,5 +27,9 @@ discord ]; + programs.steam = { + enable = true; + }; + system.stateVersion = "24.05"; # Did you read the comment? }