Add discord
This commit is contained in:
parent
318a7d965e
commit
ffafc4a2b6
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue