mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Wrap webcord
This commit is contained in:
parent
84335ca042
commit
69eb613986
2 changed files with 11 additions and 2 deletions
9
wrappers/webcord.nix
Normal file
9
wrappers/webcord.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
assembleWrapper,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
assembleWrapper {
|
||||
basePackage = pkgs.webcord;
|
||||
flags = ["--disable-gpu"];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue