feat: Sensors, SystemCTL TUI & Headset Options

This commit is contained in:
2025-01-28 23:26:24 +01:00
parent 2945601aa3
commit 325ce5969c
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -38,6 +38,8 @@
zip
unzip
networkmanager
lm_sensors
systemctl-tui
];
time.timeZone = "Europe/Berlin";
+5
View File
@@ -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
];
};
}