1
Fork 0
satellite/modules/dev/default.nix

6 lines
171 B
Nix
Raw Normal View History

2020-05-13 11:34:15 +02:00
{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [ gcc ];
2020-05-10 19:50:37 +02:00
imports =
[ ./nix.nix ./purescript.nix ./javascript.nix ./rust.nix ./haskell ];
2020-04-18 09:04:12 +02:00
}