feat(hyprland): add keyd config

This commit is contained in:
Michael Thomas 2024-05-16 15:53:43 -04:00
parent daeb06b7a2
commit 62b7e88709

View File

@ -35,6 +35,17 @@
# Required for Nautilus to work outside GNOME
services.gvfs.enable = true;
# Use CAPSLOCK as Hyper key
services.keyd = {
enable = true;
keyboards.default = {
ids = ["*"];
settings.main = {
capslock = "overload(meta, esc)";
};
};
};
services.greetd = {
enable = true;
settings = {