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

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