omniflake/home/devel.nix
2025-10-15 01:17:26 +02:00

18 lines
197 B
Nix

{ config, pkgs, inputs, lib, ... }:
{
home.packages = with pkgs; [
bundler
bundix
nodejs
yarn-berry
duckdb
tippecanoe
pmtiles
];
imports = [
./r.nix
];
}