1
Fork 0
satellite/modules/dev/default.nix
2020-05-30 23:19:57 +03:00

12 lines
206 B
Nix

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