diff --git a/system/steam.nix b/system/steam.nix index 124942c8..ccbaa80c 100644 --- a/system/steam.nix +++ b/system/steam.nix @@ -1,9 +1,14 @@ { lib, pkgs, ... }: { - environment.systemPackages = with pkgs; [ prismlauncher ]; + environment.systemPackages = with pkgs; [ prismlauncher discord ]; nixpkgs.config.allowUnfreePredicate = pkg: - builtins.elem (lib.getName pkg) [ "steam" "steam-original" "steam-run" ]; + builtins.elem (lib.getName pkg) [ + "steam" + "steam-original" + "steam-run" + "discord" + ]; hardware = { opengl.driSupport32Bit = true; steam-hardware.enable = true;