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