nix-config/devices/inkvine/options.nix
2024-06-24 17:09:44 +02:00

16 lines
253 B
Nix

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