nix-config/devices/ellaca/options.nix
2024-07-06 01:00:23 +02:00

13 lines
188 B
Nix

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