removed unused option
This commit is contained in:
parent
0f797c956f
commit
82d672ddb4
3 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
{ ... }: {
|
||||
minimal = false;
|
||||
full = true;
|
||||
|
||||
withAudio = true;
|
||||
withBluetooth = true;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ ... }: {
|
||||
minimal = false;
|
||||
full = true;
|
||||
|
||||
withAudio = true;
|
||||
withBluetooth = true;
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
{ lib, ... }: {
|
||||
options = with lib; {
|
||||
minimal = mkEnableOption "Minimal setup with only cli utilities";
|
||||
full = mkEnableOption "Full setup with all programs and themes";
|
||||
|
||||
withAudio = mkEnableOption "Enable support for audio";
|
||||
withAudio = mkEnableOption "Enable support for audio";
|
||||
withBluetooth = mkEnableOption "Enable bluetooth";
|
||||
withNvidia = mkEnableOption "Enable proprietary nvidia drivers";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue