packages: Add a sandboxed discord package

This commit is contained in:
2021-08-26 19:15:53 +02:00
parent ed430bcf54
commit 2114a4fc94
6 changed files with 83 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ in
};
# We don't tolerate non-free software, except for Steam and Linux firmware
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "firmwareLinuxNonfree" "steam" "steam-original" "steam-runtime"];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "firmwareLinuxNonfree" "steam" "steam-original" "steam-runtime" "discord" ];
services = {
connman = {

View File

@@ -91,6 +91,7 @@
evdev-proxy # Custom package
vfio-isolate # Custom Package
steam
discord-wrapper
];
sessionVariables = {