{ pkgs, config, lib, ... }: { imports = [ ./blake ]; users.blake.enable = lib.mkDefault true; }