7 lines
75 B
Nix
7 lines
75 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = [
|
|
pkgs.bruno
|
|
pkgs.httpie
|
|
];
|
|
}
|