From ff72e5e4611b88e93975f86488a8b7620f9eb415 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Sun, 23 Jun 2024 05:26:40 -0700 Subject: [PATCH] updated system config --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 2d0f167..32e42c5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -276,6 +276,11 @@ }; environment.variables.EDITOR = "nvim"; + programs.steam = { + enable = true; + package = with pkgs; steam.override {extraPkgs = pkgs: [attr];}; + }; + # Allow unfree packages # List packages installed in system profile. To search, run: # $ nix search wget