{ config, lib, pkgs, ... }: { home.homeDirectory = "/home/origami"; imports = [ ../modules/common.nix ../modules/shell.nix ../modules/zsh.nix ../modules/shell-develop.nix ]; programs.zsh.initContent = '' zstyle ':prompt:grml:*:items:user' pre '%F{green}' ''; }