packages: Add a sandboxed discord package
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -91,6 +91,7 @@
|
||||
evdev-proxy # Custom package
|
||||
vfio-isolate # Custom Package
|
||||
steam
|
||||
discord-wrapper
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
|
||||
Reference in New Issue
Block a user