nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit d7f26109652b5039b67555ba83a87a807654fa46
parent 0338be0113a8e49420220c152d3691695f24386c
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Sun, 14 Jun 2026 16:42:27 +0100

I think this might be needed

Diffstat:
Mcommon/audio.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/audio.nix b/common/audio.nix @@ -8,6 +8,6 @@ pulse.enable = true; }; - environment.systemPackages = with pkgs; [ pavucontrol ]; + environment.systemPackages = with pkgs; [ pulseaudio pavucontrol ]; }