nix-config/devices/ellaca/options.nix
2024-06-30 18:20:28 +02:00

15 lines
233 B
Nix

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