{ config, pkgs, lib, ... }: { imports = [ ./dotnet.nix ]; environment.systemPackages = with pkgs; [ jetbrains.rider ]; }