feat: enable hyprland module

This commit is contained in:
tux
2026-09-01 21:56:34 +05:30
parent d0c1416f16
commit b578e3b462

View File

@@ -3,15 +3,15 @@
{ config, pkgs, ... }:
{
# TODO: Hyprland 0.55 switched to Lua-based configuration.
# Until the Home Manager module is updated, we symlink our config instead.
# wayland.windowManager.hyprland = {
# enable = true;
# package = null;
# portalPackage = null;
# xwayland.enable = true;
# systemd.variables = [ "--all" ];
# };
# HM module is updated but I'm too lazy at this point so we symlink our config instead.
wayland.windowManager.hyprland = {
enable = true;
package = null;
portalPackage = null;
xwayland.enable = true;
configType = "hyprlang";
systemd.variables = [ "--all" ];
};
home.file = {
".config/hypr/config".source =