mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
overlays: remove wdisplays
This commit is contained in:
parent
2bb6fa41e0
commit
33f39b3a15
2 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue