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
|
rustc
|
||||||
signal-desktop
|
signal-desktop
|
||||||
splix
|
splix
|
||||||
spotify
|
spotify-player
|
||||||
step-ca
|
step-ca
|
||||||
step-cli
|
step-cli
|
||||||
thunderbird
|
thunderbird
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
nix.settings.experimental-features = [ "flakes" "nix-command" ];
|
nix.settings.experimental-features = [ "flakes" "nix-command" ];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"brgenml1lpr" "lunar-client" "spotify"
|
"brgenml1lpr" "lunarclient"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set up Android dev tools
|
# Set up Android dev tools
|
||||||
|
|
Loading…
Reference in New Issue