summaryrefslogtreecommitdiff
path: root/nix/modules
diff options
context:
space:
mode:
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;