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

14 lines
221 B
Nix
Raw Normal View History

2024-05-15 09:25:27 +00:00
{pkgs, ...}: {
imports = [./emacs.nix ./golang.nix ./nix.nix ./nodejs.nix ./rust.nix ./tools.nix];
home.packages = with pkgs; [
cachix
cmake
gcc
ispell
guile_3_0
tinyscheme
python3
];
}