Files
nix-config/hosts/common/optional/hoppscotch.nix

5 lines
77 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ hoppscotch ];
}