Don't build hyprland on headless

This commit is contained in:
2023-03-18 23:18:14 +00:00
parent 646d608089
commit 3493993237

View File

@@ -64,7 +64,7 @@
hyprland.nixosModules.default hyprland.nixosModules.default
{ {
programs.hyprland = { programs.hyprland = {
enable = true; enable = !headless;
}; };
} }