{ config, lib, pkgs, ... }: { imports = [ ]; config = { me.graphical = true; me.shipwright.enable = true; }; }