1 current 2024-12-26 00:18:28 24.11.711867.6c90912761c4 6.6.67 *

This commit is contained in:
deadvey 2024-12-26 00:35:32 +00:00
parent 5de3d0f976
commit 6d0f71be79

View File

@ -55,7 +55,6 @@
# Enable pulseaudio
hardware.pulseaudio.enable = true;
hardware.pipewire.enable = false;
# Enable gpm (mouse in tty)
services.gpm.enable = true;
@ -100,7 +99,7 @@
users.users.deadvey = {
isNormalUser = true;
description = "deadvey";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "audio" ];
packages = with pkgs; [
];
};