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
libtool
gnome-keyring
pavucontrol
pulseaudio
;
inherit
(pkgs.llvmPackages_19)
@ -54,6 +56,7 @@
};
services.emacs = {
enable = true;
package = pkgs.emacs30-pgtk;
defaultEditor = true;
startWithGraphical = true;
};