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

16 lines
275 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
2021-11-21 13:34:07 +01:00
# ./idris.nix
2021-07-18 01:58:38 +02:00
# ./racket.nix
# ./elm.nix
2020-10-07 10:51:04 +02:00
./dhall.nix
./haskell
];
2020-04-18 09:04:12 +02:00
}