dotfiles/hm/dev/default.nix
2025-02-25 00:24:34 +01:00

13 lines
149 B
Nix

{ pkgs, config, ... }:
{
imports = [
./3d.nix
./c.nix
./common.nix
./go.nix
./node.nix
./prose.nix
./python.nix
];
}