aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/multimedia/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/multimedia/default.nix b/home/profiles/multimedia/default.nix
index 8327f52..ccfc8aa 100644
--- a/home/profiles/multimedia/default.nix
+++ b/home/profiles/multimedia/default.nix
@@ -13,7 +13,7 @@ in
};
config = lib.mkIf cfg.enable {
- home.packages = with pkgs; [ playerctl ];
+ home.packages = with pkgs; [ playerctl nuclear ];
services.spotifyd = {
enable = true;