{ config, lib, pkgs, inputs, system, ... }: { home.packages = with pkgs; [ emacs-all-the-icons-fonts # flake-enabled version of nix (pkgs.writeScriptBin "nif" '' #!/usr/bin/env bash exec ${pkgs.nixFlakes}/bin/nix --experimental-features "nix-command flakes" "$@" '') lynx pandoc # general cli utils tree dnsutils inetutils pijul bat age libsecret gping bottom dogdns cifs-utils jekyll fzf ripgrep fd sd bandwhich exa dive ripgrep python39Packages.isort shellcheck graphviz zip unzip acpi sfz viu glow yt-dlp weechat hexyl bottom lm_sensors usbutils # git gitAndTools.gitAnnex git-bug git-appraise # other things gauche # html, js & co jq html-tidy nodePackages.stylelint nodePackages.js-beautify zola # nix things nixfmt niv inputs.deploy-rs.defaultPackage.${system} ]; }