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

13 lines
223 B
Nix
Raw Normal View History

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