{ config , pkgs , self , host , ... }: { imports = [ ./programs ./services ]; fonts.fontconfig.enable = true; # XXX: remove this manual.manpages.enable = false; home.stateVersion = "22.05"; home.username = "icy"; home.homeDirectory = "/home/icy"; home.extraOutputsToInstall = [ "man" ]; home.packages = with pkgs; [ git unzip curl tmux weechat ripgrep imagemagick ffmpeg wget tree mpv noto-fonts-cjk noto-fonts-emoji jq yq-go fzy kubectl slack nixpkgs-fmt libnotify signal-desktop calibre pinentry kontact korganizer kmail libreoffice-qt akonadi ] ++ (import ./bin { inherit pkgs host; }); xdg = { userDirs = { enable = true; desktop = "\$HOME/desktop"; documents = "\$HOME/docs"; download = "\$HOME/downloads"; pictures = "\$HOME/pics"; videos = "\$HOME/vids"; }; }; }