Add Hyprland, attempt generalization

This commit is contained in:
Jimbo 2024-12-08 06:41:06 -05:00
parent 590430f296
commit a0cc623c4b
57 changed files with 634 additions and 385 deletions

View file

@ -3,7 +3,8 @@
programs = {
sway.enable = config.system.desktop.enable;
niri.enable = config.system.desktop.enable;
xwayland.enable = false;
hyprland.enable = config.system.desktop.enable;
xwayland.enable = lib.mkForce true;
};
services.dbus.enable = config.system.desktop.enable;