overlays: remove wdisplays

This commit is contained in:
Rouven Seifert 2023-11-10 11:58:46 +01:00
parent 2bb6fa41e0
commit 33f39b3a15
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 12 additions and 9 deletions

View file

@ -201,6 +201,17 @@
cups
agenix.packages.x86_64-linux.default
];
services.mysql = {
enable = true;
package = pkgs.mariadb;
ensureUsers = [
{
name = "user1";
}
];
};
programs.java.enable = true;
programs.wireshark = {
enable = true;

View file

@ -13,7 +13,7 @@ in
# better desktop application name. "wpa_gui" kinda sucks
postInstall = old.postInstall + ''
substituteInPlace $out/share/applications/wpa_gui.desktop --replace "Name=wpa_gui" "Name=Manage Wifi"
substituteInPlace $out/share/applications/wpa_gui.desktop --replace "Name=wpa_gui" "Name=Wireless connections"
'';
});
@ -24,14 +24,6 @@ in
'';
});
wdisplays = prev.wdisplays.overrideAttrs (_: {
# better desktop application name.
postInstall = ''
substituteInPlace $out/share/applications/network.cycles.wdisplays.desktop --replace "Name=wdisplays" "Name=Manage Displays"
'';
});
pww = callPackage ../pkgs/pww { };
# fix pairing