nix-config/devices/pleniscenta/options.nix
2024-06-13 16:13:24 +02:00

15 lines
234 B
Nix

{ ... }: {
full = true;
withAudio = true;
withBluetooth = true;
withNiri = true;
withGnome = false;
withVM = false;
withContainers = false;
withGames = false;
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
}