{ config, pkgsUnstable, ... } : { environment.systemPackages = with pkgsUnstable; [ devenv ]; nix.settings.trusted-users = [ "root" "avravels" ]; }