mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
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:
parent
91ce277e0a
commit
e7d55a6790
@ -9,6 +9,5 @@
|
|||||||
./home
|
./home
|
||||||
./modules
|
./modules
|
||||||
./overlays
|
./overlays
|
||||||
./specializations
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user