{ pkgs, ... }: { home.packages = with pkgs; [ dejavu_fonts font-awesome lato liberation_ttf libertine libnotify (nerdfonts.override { fonts = [ "FiraCode" ]; }) noto-fonts-emoji noto-fonts-cjk slurp wl-clipboard ]; targets.genericLinux.enable = true; xdg.mime.enable = true; }