1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-10 11:13:53 +00:00
ultima/workst/host/parts/pkgs.nix
2024-11-21 18:24:15 +09:00

2 lines
80 B
Nix

{ pkgs, ... }: { module.programs.pkgs = with pkgs; [ helix killall openvpn ]; }