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.
This commit is contained in:
Donovan Glover 2023-06-22 17:29:16 -04:00
parent 91ce277e0a
commit e7d55a6790
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,6 +9,5 @@
./home
./modules
./overlays
./specializations
];
}