diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-17 23:08:41 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-17 23:08:41 +0200 |
| commit | 7a2c06b3ebbc39fd8829a8e28c4640c9bf102667 (patch) | |
| tree | 7c05795fae50c8e41fb19461e157a9bc0a123897 /profiles | |
| parent | d163ff42b08a5cdf898f1085f8a1e35a4b6b48f1 (diff) | |
add music
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/configuration.nix | 1 | ||||
| -rw-r--r-- | profiles/station/music.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/core/configuration.nix b/profiles/core/configuration.nix index a427677..6829d01 100644 --- a/profiles/core/configuration.nix +++ b/profiles/core/configuration.nix @@ -36,6 +36,7 @@ pinentry-curses gnused htop + pciutils dnsutils iputils inetutils diff --git a/profiles/station/music.nix b/profiles/station/music.nix index 36ff02e..80e0a51 100644 --- a/profiles/station/music.nix +++ b/profiles/station/music.nix @@ -1,5 +1,6 @@ { config, pkgs, lib, ... }: { secrets.mopidy.owner = lib.ivi.username; + hm.home.packages = [pkgs.mpc-cli]; hm.services.mopidy = { enable = true; extensionPackages = with pkgs; [mopidy-spotify mopidy-mpd]; |
