This commit is contained in:
2025-06-18 14:14:58 +02:00
parent ac7eebc5e5
commit c484adeccf

View File

@ -1,7 +1,8 @@
{ {
# Hyprland settings # Hyprland settings
wayland.windowManager.hyprland.enable = true; wayland.windowManager.hyprland = {
wayland.windowManager.hyprland.settings = { enable = true;
settings = {
input = { input = {
kb_layout = "se"; kb_layout = "se";
kb_variant = ""; kb_variant = "";
@ -94,4 +95,5 @@
"$mod, mouse:273, resizewindow" "$mod, mouse:273, resizewindow"
]; ];
}; };
};
} }