mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
remove vaultwarden admin token
This commit is contained in:
parent
8abadf3f59
commit
6e5f8f1247
2 changed files with 10 additions and 4 deletions
|
@ -3,7 +3,13 @@
|
|||
home.packages = with pkgs; [
|
||||
|
||||
# essentials
|
||||
wpa_supplicant_gui # manage wifi
|
||||
(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=WPA Supplicant"
|
||||
'';
|
||||
})) # manage wifi
|
||||
cinnamon.nemo
|
||||
xdg-utils # used for xdg-open
|
||||
snapper-gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue