13 lines
192 B
Nix
13 lines
192 B
Nix
{ ... }: {
|
|
user = false;
|
|
|
|
withNiri = false;
|
|
withGnome = false;
|
|
|
|
withVM = false;
|
|
withContainers = false;
|
|
|
|
withGames = false;
|
|
|
|
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
|
}
|