3 current 2024-12-26 00:38:39 24.11.711867.6c90912761c4 6.6.67 *

This commit is contained in:
deadvey 2024-12-26 00:38:40 +00:00
parent 73b2d2d334
commit a6fca200db

View File

@ -53,8 +53,16 @@
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Enable pulseaudio # Audio
hardware.pulseaudio.enable = true; # For some reason it's saying I can't enable it because pipewire?!? security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
#jack.enable = true;
};
# Enable gpm (mouse in tty) # Enable gpm (mouse in tty)
services.gpm.enable = true; services.gpm.enable = true;