Home Gen292 @ 2024-07-10-12:17

This commit is contained in:
Jonas Röger 2024-07-10 12:17:20 +02:00
parent ae81d8e852
commit 0fd3cd5352
2 changed files with 8 additions and 4 deletions

View File

@ -181,9 +181,9 @@
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
"device:epic-mouse-v1" = {
sensitivity = -0.5;
};
# "device:epic-mouse-v1" = {
# sensitivity = -0.5;
# };
};
};
}

View File

@ -1,4 +1,8 @@
{config, pkgs, ...}: {
{
config,
pkgs,
...
}: {
programs.gpg = {
enable = true;
mutableKeys = false;