nix-configurations/home/features/coding/tools.nix

9 lines
89 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
direnv
insomnia
hugo
];
}