{pkgs, ...}: {
# Allows non-free packages to be installed
nixpkgs = {
config = {
allowUnfree = true;
};
}