aboutsummaryrefslogtreecommitdiff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-13 00:53:03 +0900
committersefidel <contact@sefidel.net>2022-02-13 00:53:03 +0900
commitb7381fdfa6c1d2da43b80fa4aa8176ae9a9bb0c0 (patch)
tree7721ae643c4e40c3f45afd781002e8da8fd9c0a0 /home/profiles
parentad058c1697e5f8c356e7fe0dffb4c609aa9989e0 (diff)
downloadnixrc-b7381fdfa6c1d2da43b80fa4aa8176ae9a9bb0c0.zip
feat(home/multimedia): add nuclear
* known defects: 0.6.6 throws error when trying to play a track. * should be solved on 0.6.18 PR
Diffstat (limited to 'home/profiles')
-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;