nix-config/devices/ellaca/options.nix
2024-06-26 15:25:45 +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/hwmon1/temp1_input";
}