diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-15 21:43:53 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-15 21:43:53 -0400 |
| commit | 44c079bc77c94bd1b10fc33b663bffb507305ff9 (patch) | |
| tree | 0d547b19e105f90785058f6d36af600dc7266fc0 /home-manager | |
| parent | 36c0b38cad9487a6d7a04c4e3b0febda00033a0d (diff) | |
home-manager: add pavucontrol to niri
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/features/gui/desktops/niri/parts/niri/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home-manager/features/gui/desktops/niri/parts/niri/default.nix b/home-manager/features/gui/desktops/niri/parts/niri/default.nix index 62f9a5b..8eeca2d 100644 --- a/home-manager/features/gui/desktops/niri/parts/niri/default.nix +++ b/home-manager/features/gui/desktops/niri/parts/niri/default.nix @@ -13,6 +13,8 @@ in { config = lib.mkIf cfg.enable { home.packages = with pkgs; [ wl-clipboard + + pavucontrol # audio control ]; programs.niri = { enable = true; |
