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;
withAudio = true;
withBluetooth = true;
user = true;
withNiri = true;
withGnome = false;
withVM = false;
withContainers = false;
withGames = false;
hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input";

View file

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