mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
extra/sound: fix noisetorch with pipewire
This commit is contained in:
parent
dfa09159cd
commit
e959b30393
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
in
|
||||
{
|
||||
sound.enable = true;
|
||||
#hardware.pulseaudio.enable = true;
|
||||
|
@ -17,7 +19,7 @@
|
|||
programs.noisetorch.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
noisetorch
|
||||
unstable.noisetorch
|
||||
pavucontrol
|
||||
playerctl
|
||||
pulseaudio # provide pactl to enable keyboard shortcuts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue