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";