fixed options
This commit is contained in:
parent
8cf8c5609d
commit
2302e103cc
2 changed files with 5 additions and 9 deletions
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue