nixos-config/wrappers/spotify.nix

9 lines
127 B
Nix

{
assembleWrapper,
pkgs,
...
}:
assembleWrapper {
basePackage = pkgs.spotify;
flags = ["--disable-gpu"];
}