Compare commits

..

No commits in common. "47fc44c46e4002629d2ecde814f8be2374341301" and "1645234f288fff15f0706507ab5aafb51fdacf25" have entirely different histories.

3 changed files with 1 additions and 15 deletions

View file

@ -37,7 +37,6 @@
../../modules/optical-media.nix
../../modules/flatpak.nix
../../modules/gaming.nix
../../modules/displaylink.nix
# Include the results of the hardware scan.
./hardware-configuration.nix

View file

@ -1,13 +0,0 @@
{
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [
displaylink
];
services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
}

View file

@ -12,7 +12,7 @@
".+\\.nix$"
],
"matchStrings": [
"\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-z0-9]{64}))?\""
"\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)(@(?<digest>sha256:[a-z0-9]{64}))?\""
]
}
]