From 82d672ddb4169eb973ea0de645e61d11d22566b0 Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 10 May 2024 20:22:40 +0200 Subject: [PATCH] removed unused option --- devices/akarso/options.nix | 1 - devices/ellaca/options.nix | 1 - options.nix | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/devices/akarso/options.nix b/devices/akarso/options.nix index fdfe9ba..4b01963 100644 --- a/devices/akarso/options.nix +++ b/devices/akarso/options.nix @@ -1,6 +1,5 @@ { ... }: { minimal = false; - full = true; withAudio = true; withBluetooth = true; diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 9cce6c7..18ae865 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -1,6 +1,5 @@ { ... }: { minimal = false; - full = true; withAudio = true; withBluetooth = true; diff --git a/options.nix b/options.nix index ca6d0b9..fca9d7c 100644 --- a/options.nix +++ b/options.nix @@ -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";