Update options.nix
This commit is contained in:
parent
e90fb6254f
commit
0e77cb814c
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
full = false;
|
full = true;
|
||||||
|
|
||||||
withAudio = true;
|
withAudio = true;
|
||||||
withBluetooth = true;
|
withBluetooth = true;
|
||||||
withNvidia = false;
|
withNvidia = false;
|
||||||
|
|
||||||
withNiri = false;
|
withNiri = true;
|
||||||
withGnome = false;
|
withGnome = false;
|
||||||
|
|
||||||
withVM = false;
|
withVM = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue