mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
5 lines
113 B
Nix
5 lines
113 B
Nix
{ assembleWrapper, pkgs, ... }:
|
|
assembleWrapper {
|
|
basePackage = pkgs.webcord;
|
|
flags = [ "--disable-gpu" ];
|
|
}
|