fixed options

This commit is contained in:
twoneis 2024-07-02 03:03:27 +02:00
parent 8cf8c5609d
commit 2302e103cc
2 changed files with 5 additions and 9 deletions

View file

@ -1,14 +1,12 @@
{ ... }: { { ... }: {
full = true; user = true;
withAudio = true;
withBluetooth = true;
withNiri = true; withNiri = true;
withGnome = false; withGnome = false;
withVM = false; withVM = false;
withContainers = false; withContainers = false;
withGames = false; withGames = false;
hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input"; hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input";

View file

@ -1,14 +1,12 @@
{ ... }: { { ... }: {
full = true; user = false;
withAudio = true; withNiri = false;
withBluetooth = true;
withNiri = true;
withGnome = false; withGnome = false;
withVM = false; withVM = false;
withContainers = false; withContainers = false;
withGames = false; withGames = false;
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input"; hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";