mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Switch back to the spotify desktop client
This commit is contained in:
parent
d3515c0964
commit
c34eed2570
2 changed files with 2 additions and 1 deletions
|
|
@ -61,6 +61,7 @@
|
||||||
"corefonts"
|
"corefonts"
|
||||||
"nvidia-x11"
|
"nvidia-x11"
|
||||||
"nvidia-settings"
|
"nvidia-settings"
|
||||||
|
"spotify"
|
||||||
];
|
];
|
||||||
|
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
equalizer.enable = true;
|
equalizer.enable = true;
|
||||||
sops.enable = true;
|
sops.enable = true;
|
||||||
spotifyd.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
@ -34,6 +33,7 @@
|
||||||
|
|
||||||
pkgs.notepadqq
|
pkgs.notepadqq
|
||||||
pkgs.brave
|
pkgs.brave
|
||||||
|
pkgs.spotify
|
||||||
pkgs.cinnamon.nemo-with-extensions
|
pkgs.cinnamon.nemo-with-extensions
|
||||||
pkgs.webcord
|
pkgs.webcord
|
||||||
pkgs.jetbrains.idea-community
|
pkgs.jetbrains.idea-community
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue