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;
|
||||
withBluetooth = true;
|
||||
withNvidia = false;
|
||||
|
||||
withNiri = false;
|
||||
withNiri = true;
|
||||
withGnome = false;
|
||||
|
||||
withVM = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue