Switched from Hyprlang to lua in HM

This commit is contained in:
Alexandre 2026-05-14 12:25:11 +02:00
parent 7b000dba7f
commit 3ea04478ed

View File

@ -12,13 +12,14 @@ let
) wsList); ) wsList);
in in
{ {
wayland.windowManager.hyprland = wayland.windowManager.hyprland = {
{
enable = true; enable = true;
configType = "lua";
# Config # Config
settings = settings = {
{
# Variables # Variables
"$mod" = "SUPER"; "$mod" = "SUPER";
"$term" = "alacritty"; "$term" = "alacritty";