This commit is contained in:
Lilith 2026-07-07 14:23:44 +02:00
parent 4acb1c4896
commit bb88446e24
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
3 changed files with 7 additions and 3 deletions

View file

@ -49,6 +49,7 @@ let
keepassxc keepassxc
signal-desktop signal-desktop
telegram-desktop telegram-desktop
fluffychat
vesktop vesktop
logseq logseq

View file

@ -1,5 +1,4 @@
{ pkgs, ... }: { pkgs, ... }: {
{
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
age age
compsize compsize
@ -17,9 +16,12 @@
ripgrep ripgrep
sops sops
wget wget
wireguard-tools wireguard-tools
zip
vpnc vpnc
networkmanager-vpnc
zip
distrobox distrobox
]; ];
} }

View file

@ -53,6 +53,7 @@
".config/vesktop" ".config/vesktop"
".config/Signal" ".config/Signal"
".local/share/TelegramDesktop" ".local/share/TelegramDesktop"
".local/share/chat.fluffy.fluffychat"
".local/share/Steam" ".local/share/Steam"
] ]