Home Gen292 @ 2024-07-10-12:17
This commit is contained in:
parent
ae81d8e852
commit
0fd3cd5352
@ -181,9 +181,9 @@
|
|||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||||
"device:epic-mouse-v1" = {
|
# "device:epic-mouse-v1" = {
|
||||||
sensitivity = -0.5;
|
# sensitivity = -0.5;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,8 @@
|
|||||||
{config, pkgs, ...}: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
programs.gpg = {
|
programs.gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mutableKeys = false;
|
mutableKeys = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user