mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-29 09:58:29 +02:00
beautified overlays
This commit is contained in:
parent
99432a7244
commit
2d190a8791
8 changed files with 51 additions and 22 deletions
|
@ -3,13 +3,7 @@
|
|||
home.packages = with pkgs; [
|
||||
|
||||
# essentials
|
||||
(wpa_supplicant_gui.overrideAttrs (prev: {
|
||||
# better desktop application name. "wpa_gui" kinda sucks
|
||||
postInstall = prev.postInstall + ''
|
||||
|
||||
substituteInPlace $out/share/applications/wpa_gui.desktop --replace "Name=wpa_gui" "Name=Manage Wifi"
|
||||
'';
|
||||
})) # manage wifi
|
||||
wpa_supplicant_gui
|
||||
pcmanfm
|
||||
xdg-utils # used for xdg-open
|
||||
snapper-gui
|
||||
|
@ -62,7 +56,7 @@
|
|||
rustfmt
|
||||
clippy
|
||||
gcc
|
||||
self.packages.x86_64-linux.adguardian-term
|
||||
adguardian-term
|
||||
|
||||
# libs
|
||||
libyubikey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue