summaryrefslogtreecommitdiff
path: root/nix/modules/home
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-06-18 22:59:37 -0700
committerPreston Pan <ret2pop@gmail.com>2025-06-18 22:59:37 -0700
commit4cfe44148a68152f0365f91799f15be6abce667c (patch)
tree707fe2645be9e35b3f48a088225fc76a000a05e1 /nix/modules/home
parent9b60f9e5b6786c647ca5753b3c6ccc316f43d3eb (diff)
new flake lock
Diffstat (limited to 'nix/modules/home')
-rw-r--r--nix/modules/home/hyprland.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/modules/home/hyprland.nix b/nix/modules/home/hyprland.nix
index fa2a78b..9f9e4fe 100644
--- a/nix/modules/home/hyprland.nix
+++ b/nix/modules/home/hyprland.nix
@@ -117,6 +117,10 @@
};
rounding = 5;
};
+ device = {
+ name = "beken-usb-gaming-mouse-1";
+ sensitivity = -0.5;
+ };
input = {
kb_options = "caps:swapescape";
repeat_delay = 300;