feat: add home manager hyprland module to enable hyprland plugins

This commit is contained in:
DACHXY 2024-12-30 18:15:09 +08:00
parent 6997c5a968
commit 64499a5e90
30 changed files with 456 additions and 365 deletions

22
home/user/hypr/input.nix Normal file
View file

@ -0,0 +1,22 @@
{
input = {
kb_layout = "us";
kb_variant = "";
kb_model = "";
kb_rules = "";
follow_mouse = 1;
accel_profile = "flat";
touchpad = {
natural_scroll = true;
};
sensitivity = -0.1; # -1.0 - 1.0, 0 means no modification.
};
cursor = {
no_hardware_cursors = true;
};
}