diff options
author | sefidel <contact@sefidel.net> | 2022-02-13 00:53:03 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-13 00:53:03 +0900 |
commit | b7381fdfa6c1d2da43b80fa4aa8176ae9a9bb0c0 (patch) | |
tree | 7721ae643c4e40c3f45afd781002e8da8fd9c0a0 /home/profiles | |
parent | ad058c1697e5f8c356e7fe0dffb4c609aa9989e0 (diff) | |
download | nixrc-b7381fdfa6c1d2da43b80fa4aa8176ae9a9bb0c0.tar.gz nixrc-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.nix | 2 |
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; |