nix-config/devices/ellaca/options.nix

16 lines
244 B
Nix

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