From f79a6399479ef31ad3df1450b231f7cb48806896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Sun, 24 Mar 2024 03:19:47 -0400 Subject: [PATCH] enable Steam --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9ea240d..063b7b2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -123,7 +123,6 @@ qbittorrent-qt5 retroarch signal-desktop - steam tailscale-systray telegram-desktop vesktop @@ -133,6 +132,9 @@ ]; }; + # Steam + programs.steam.enable = true; + # Allow unfree packages nixpkgs.config.allowUnfree = true;