ddccontrol: Add Dell S2721DFGA as alias for S2721DFG
This commit is contained in:
parent
97fe4cfc07
commit
82e6fa041e
2 changed files with 12 additions and 3 deletions
10
overlays/ddccontrol-db/0001-add-del41d9.patch
Normal file
10
overlays/ddccontrol-db/0001-add-del41d9.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
diff --git a/db/monitor/DEL41D9.xml b/db/monitor/DEL41D9.xml
|
||||
new file mode 100644
|
||||
index 0000000..51cf12c
|
||||
--- /dev/null
|
||||
+++ b/db/monitor/DEL41D9.xml
|
||||
@@ -0,0 +1,4 @@
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
+<monitor name="DELL S2721DGF" init="standard">
|
||||
+ <include file="DEL41DA" />
|
||||
+</monitor>
|
|
@ -18,8 +18,7 @@ _final: prev: {
|
|||
|
||||
bl3auto = prev.pkgs.callPackage ../pkgs/bl3auto { inherit (prev.pkgs) lib buildGoModule fetchFromGitHub; };
|
||||
|
||||
waybar = prev.waybar.overrideAttrs (prevAttrs: {
|
||||
buildInputs = prevAttrs.buildInputs ++ [ prev.wayland-protocols prev.libappindicator-gtk3 prev.libinput prev.jack2 ];
|
||||
mesonFlags = prevAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
ddccontrol-db = prev.ddccontrol-db.overrideAttrs (_finalAttrs: prevAttrs: {
|
||||
patches = (prevAttrs.patches or [ ]) ++ [ ./ddccontrol-db/0001-add-del41d9.patch ];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue