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