1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-08 18:13:52 +00:00
ultima/jetpure/host/parts/pkgs.nix

9 lines
103 B
Nix
Raw Normal View History

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