nixos-config/wrappers/spotify.nix
2024-05-19 20:00:58 +02:00

5 lines
113 B
Nix

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