From 3ea04478ed0716388bd41c79b89ed4a5bc88e23f Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 14 May 2026 12:25:11 +0200 Subject: [PATCH] Switched from Hyprlang to lua in HM --- modules/home-manager/Hyprland/hyprland.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/home-manager/Hyprland/hyprland.nix b/modules/home-manager/Hyprland/hyprland.nix index 13291ea..eeba3d1 100644 --- a/modules/home-manager/Hyprland/hyprland.nix +++ b/modules/home-manager/Hyprland/hyprland.nix @@ -12,13 +12,14 @@ let ) wsList); in { - wayland.windowManager.hyprland = - { + wayland.windowManager.hyprland = { enable = true; + + configType = "lua"; + # Config - settings = - { + settings = { # Variables "$mod" = "SUPER"; "$term" = "alacritty";