diff --git a/home/modules/programs/sway/default.nix b/home/modules/programs/sway/default.nix index a069800..9a6cc8a 100644 --- a/home/modules/programs/sway/default.nix +++ b/home/modules/programs/sway/default.nix @@ -56,7 +56,6 @@ libnotify libreoffice-qt mupdf - pavucontrol slurp wl-clipboard xdg-user-dirs diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix index b7666a7..3a37150 100644 --- a/nixos/modules/default.nix +++ b/nixos/modules/default.nix @@ -61,7 +61,7 @@ }; }; }); - sound = moduleWithSystem (toplevel@{ ... }: perSystem@{ ... }: { + sound = moduleWithSystem (toplevel@{ ... }: perSystem@{ pkgs, ... }: { services = { pipewire = { enable = true; @@ -69,6 +69,9 @@ pulse.enable = true; }; }; + environment.systemPackages = with pkgs; [ + pwvucontrol + ]; }); music = moduleWithSystem (toplevel@{ ... }: perSystem@{ pkgs, ... }: { environment.systemPackages = with pkgs; [