summaryrefslogtreecommitdiff
path: root/nix/modules
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
parent9b60f9e5b6786c647ca5753b3c6ccc316f43d3eb (diff)
new flake lock
Diffstat (limited to 'nix/modules')
-rw-r--r--nix/modules/configuration.nix3
-rw-r--r--nix/modules/home/hyprland.nix4
2 files changed, 4 insertions, 3 deletions
diff --git a/nix/modules/configuration.nix b/nix/modules/configuration.nix
index a5167a5..4fd49d2 100644
--- a/nix/modules/configuration.nix
+++ b/nix/modules/configuration.nix
@@ -104,10 +104,7 @@
"spectre_v2=on"
"spec_store_bypass_disable=on"
"tsx=off"
- "tsx_async_abort=full,nosmt"
- "mds=full,nosmt"
"l1tf=full,force"
- "nosmt=force"
"kvm.nx_huge_pages=force"
# hardened
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;