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

9 lines
140 B
Nix
Raw Normal View History

2023-02-05 13:36:38 +00:00
{ pkgs, ... }: {
imports = [ ./emacs.nix ./golang.nix ./nix.nix ./nodejs.nix ./tools.nix ];
home.packages = with pkgs;
[
];
}