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