Pulseaudio-related stuff

This commit is contained in:
xmm16 2024-12-12 18:49:16 -03:00
commit 876056b933
No known key found for this signature in database

View file

@ -26,6 +26,8 @@
python313 python313
libtool libtool
gnome-keyring gnome-keyring
pavucontrol
pulseaudio
; ;
inherit inherit
(pkgs.llvmPackages_19) (pkgs.llvmPackages_19)
@ -54,6 +56,7 @@
}; };
services.emacs = { services.emacs = {
enable = true; enable = true;
package = pkgs.emacs30-pgtk;
defaultEditor = true; defaultEditor = true;
startWithGraphical = true; startWithGraphical = true;
}; };