1
Fork 0
satellite/modules/dev/default.nix
2021-07-18 02:58:38 +03:00

16 lines
273 B
Nix

{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [ gcc ];
imports = [
./nix.nix
./purescript.nix
./javascript.nix
./fsharp.nix
./rust.nix
./idris.nix
# ./racket.nix
# ./elm.nix
./dhall.nix
./haskell
];
}