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);
in
{
wayland.windowManager.hyprland =
{
wayland.windowManager.hyprland = {
enable = true;
configType = "lua";
# Config
settings =
{
settings = {
# Variables
"$mod" = "SUPER";
"$term" = "alacritty";