chore: merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-01-08 18:33:57 +01:00
commit 20269d917a
4 changed files with 321 additions and 116 deletions

View file

@ -0,0 +1,4 @@
{ ... }: {
services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
systemd.services.dlm.wantedBy = [ "multi-user.target" ];
}

View file

@ -101,6 +101,7 @@
];
input = {
kb_options = "caps:ctrl_modifier";
kb_layout = "us";
numlock_by_default = true;
follow_mouse = 1;