From e7d55a67900203c431b340ca476fb63af98ac2e4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 22 Jun 2023 17:29:16 -0400 Subject: [PATCH] meta: Disable specializations by default Note that specializations increase the build time and therefore shouldn't be used unless you're actually using those specializations. For example, a normal Hyprland build of 30 seconds becomes 1 minute and 30 seconds with the GNOME and Plasma specializations enabled. As an alternative, you can use multiple nixosConfigurations and only build GNOME and/or Plsama on demand, then run those desktop environments as virtual machines inside of Hyprland, which lets you use both (or even all three) at the same time. --- default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/default.nix b/default.nix index e66b83ac..35f52649 100644 --- a/default.nix +++ b/default.nix @@ -9,6 +9,5 @@ ./home ./modules ./overlays - ./specializations ]; }