From c9985ffc6d0158b094904c2ec9a59afb94c3babc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Tue, 2 Jun 2026 17:41:58 +0200 Subject: [PATCH] Set Hyprlang as configuration language => lua is nice, but time is short --- desktop-environment/window-manager/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop-environment/window-manager/hyprland.nix b/desktop-environment/window-manager/hyprland.nix index fabd20a..f8741b1 100644 --- a/desktop-environment/window-manager/hyprland.nix +++ b/desktop-environment/window-manager/hyprland.nix @@ -43,6 +43,7 @@ in hyprland = { enable = true; xwayland.enable = true; + configType = "hyprlang"; extraConfig = '' exec-once = sleep 2 && nextcloud '';