The Blue Update #1

Merged
Jimbo merged 101 commits from Refactor into main 2024-10-25 21:26:22 -04:00
2 changed files with 15 additions and 0 deletions
Showing only changes of commit 9001cdc2a4 - Show all commits

View file

@ -3,6 +3,7 @@
imports = [
./fwupd
./gnome-keyring
./keyd
./mpd
./networkfs
./polkit

View file

@ -0,0 +1,14 @@
{ ... }:
{
services.keyd = {
enable = true;
keyboards.default = {
ids = [ "*" ];
settings.main = {
capslock = "overload(control, esc)";
leftcontrol = "leftmeta";
f13 = "delete";
};
};
};
}