mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
[extra/sound] use noisetorch stable
This commit is contained in:
parent
463d58755a
commit
2147a547a2
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
in
|
||||
{
|
||||
sound.enable = true;
|
||||
#hardware.pulseaudio.enable = true;
|
||||
|
@ -19,7 +16,7 @@ in
|
|||
programs.noisetorch.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.noisetorch
|
||||
noisetorch
|
||||
pavucontrol
|
||||
playerctl
|
||||
pulseaudio # provide pactl to enable keyboard shortcuts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue