Add discord

This commit is contained in:
Evie Litherland-Smith 2023-09-24 19:56:46 +01:00
parent 318a7d965e
commit ffafc4a2b6

View file

@ -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;