Get rid of spotify, use spotify-player
The main graphical spotify client seems to crash kind of a lot.
This commit is contained in:
parent
8b8f4c9379
commit
12485dc698
|
@ -72,7 +72,7 @@
|
|||
rustc
|
||||
signal-desktop
|
||||
splix
|
||||
spotify
|
||||
spotify-player
|
||||
step-ca
|
||||
step-cli
|
||||
thunderbird
|
||||
|
@ -168,7 +168,7 @@
|
|||
nix.settings.experimental-features = [ "flakes" "nix-command" ];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"brgenml1lpr" "lunar-client" "spotify"
|
||||
"brgenml1lpr" "lunarclient"
|
||||
];
|
||||
|
||||
# Set up Android dev tools
|
||||
|
|
Loading…
Reference in New Issue