mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
chore: merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
20269d917a
4 changed files with 321 additions and 116 deletions
4
modules/core/displaylink.nix
Normal file
4
modules/core/displaylink.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }: {
|
||||
services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
|
||||
systemd.services.dlm.wantedBy = [ "multi-user.target" ];
|
||||
}
|
||||
|
|
@ -101,6 +101,7 @@
|
|||
];
|
||||
|
||||
input = {
|
||||
kb_options = "caps:ctrl_modifier";
|
||||
kb_layout = "us";
|
||||
numlock_by_default = true;
|
||||
follow_mouse = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue