diff options
| author | Skullheadx <andrew@montgomery.systems> | 2026-07-11 15:07:14 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@montgomery.systems> | 2026-07-11 15:07:14 -0400 |
| commit | d70673fbe1031948183965f6ade4faeda6254a8b (patch) | |
| tree | 989635f81bbfaf7ca54c84f121d33690553c647a /audio.nix | |
| parent | presentation software (diff) | |
| download | nixos-d70673fbe1031948183965f6ade4faeda6254a8b.tar.gz nixos-d70673fbe1031948183965f6ade4faeda6254a8b.tar.bz2 nixos-d70673fbe1031948183965f6ade4faeda6254a8b.zip | |
pavucontrol for nepsis
Diffstat (limited to 'audio.nix')
| -rw-r--r-- | audio.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ }; }; + environment.systemPackages = with pkgs; [ + pavucontrol + ]; + hjem.users.${username} = { files = { ".config/mpd/mpd.conf".source = ./dotfiles/mpd/mpd.conf; |
