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
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.settings = {
wayland.windowManager.hyprland = {
enable = true;
settings = {
input = {
kb_layout = "se";
kb_variant = "";
@ -94,4 +95,5 @@
"$mod, mouse:273, resizewindow"
];
};
};
}