[extra/sound] use noisetorch stable

This commit is contained in:
Felix Buehler 2021-11-30 12:51:04 +01:00
parent 463d58755a
commit 2147a547a2

View file

@ -1,7 +1,4 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
in
{ {
sound.enable = true; sound.enable = true;
#hardware.pulseaudio.enable = true; #hardware.pulseaudio.enable = true;
@ -19,7 +16,7 @@ in
programs.noisetorch.enable = true; programs.noisetorch.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
unstable.noisetorch noisetorch
pavucontrol pavucontrol
playerctl playerctl
pulseaudio # provide pactl to enable keyboard shortcuts pulseaudio # provide pactl to enable keyboard shortcuts