feat: Sensors, SystemCTL TUI & Headset Options
This commit is contained in:
@@ -7,9 +7,14 @@ in
|
||||
enable = mkEnableOption "Sound configuration";
|
||||
};
|
||||
|
||||
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
hardware.pulseaudio.enable = false;
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
users.extraUsers.finn.extraGroups = [ "audio" ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
headsetcontrol
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user