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