From 5aed1c4c00a84dba39fea8beb0264ce24ddcd924 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 26 Jan 2023 17:09:45 +0000 Subject: [PATCH] Update hp-omen.nix --- systems/hp-omen.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/hp-omen.nix b/systems/hp-omen.nix index a4b3c0f..372a311 100644 --- a/systems/hp-omen.nix +++ b/systems/hp-omen.nix @@ -14,4 +14,11 @@ # Allow Unfree nixpkgs.config.allowUnfree = true; + + environment.systemPackages = + with pkgs; + [ + steam + ]; + }