Files

8 lines
88 B
Nix
Raw Permalink Normal View History

2025-07-03 21:50:48 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
httpie-desktop
];
}