Separated Kde-Plasma from other configs. Started work on Hyprland config!

This commit is contained in:
2025-08-14 14:13:13 +02:00
parent 3a76311779
commit 75b84ddd0f
8 changed files with 127 additions and 98 deletions

View File

@ -103,4 +103,28 @@
};
};
};
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
extraConfig =
''
input {
kb_layout = de
kb_variant =
kb_model =
kb_rules =
# kb_options = caps:Super_L
follow_mouse = 1
accel_profile = flat
force_no_accel = true
touchpad {
natural_scroll = no
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
'';
};
}