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