Compare commits
No commits in common. "47fc44c46e4002629d2ecde814f8be2374341301" and "1645234f288fff15f0706507ab5aafb51fdacf25" have entirely different histories.
47fc44c46e
...
1645234f28
3 changed files with 1 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
displaylink
|
||||
];
|
||||
|
||||
services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
|
||||
|
||||
}
|
||||
|
|
@ -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}))?\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue