From 0c2af247c903d7821ba8a8b4d2e9d23959fee1a0 Mon Sep 17 00:00:00 2001 From: harry123 Date: Wed, 12 Feb 2025 10:12:03 +0100 Subject: [PATCH] added steam to the list of programs to run --- hosts/goober/features/software/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/goober/features/software/default.nix b/hosts/goober/features/software/default.nix index f69c5e0..5e3e2d8 100644 --- a/hosts/goober/features/software/default.nix +++ b/hosts/goober/features/software/default.nix @@ -7,6 +7,7 @@ ./flatpak.nix ./discord.nix ./ollama.nix + ./steam.nix ]; }