{ config, lib, pkgs, inputs, system, craneLib, ... }: let isabelle = import "${inputs.playground.outPath}/isabelle-nix-fhsenv" { inherit pkgs; }; in { home.packages = with pkgs; [ # inputs.emacs-overlay.packages.x86_64-linux.emacsPgtk emacs29-pgtk emacs-all-the-icons-fonts nerdfonts # internet apps & clients firefox keepassxc mumble lynx thunderbird openconnect matterhorn tdesktop monolith magic-wormhole-rs # graphics & audio audacity blender darktable kdenlive moc ffmpeg-full gimp-with-plugins inkscape krita meshlab pavucontrol moc gst_all_1.gstreamer vimiv-qt # LaTeX & documents texlive.combined.scheme-full xournal pandoc zathura pdfpc poppler_utils typst # general cli utils almanac libnotify grim slurp wl-clipboard showrt kijetesantakaluotokieni mpc_cli duf dufs progress hledger wineWowPackages.full sops xdg-utils # graphical utils kitty baobab # gnss things gpsd galmon-full # things for emacs sqlite brightnessctl scrot playerctl tlp # haskell & co ghc cabal-install stack haskell-language-server haskellPackages.hoogle haskellPackages.stylish-haskell # other functional things racket dhall lean dune_2 ocamlPackages.utop ocamlPackages.ocp-indent ocamlPackages.merlin ocaml gauche (agda.withPackages (p: [ p.standard-library p.cubical ])) # html, js & co jq html-tidy nodePackages.stylelint nodePackages.js-beautify zola libxml2 fq # purescript spago purescript # nodePackages.purescript-language-server nodejs # rust cargo rustc rust-analyzer rustfmt # go go gopls godef gore gocode gotests gomodifytags # others gcc cachix julia_16-bin python39 # nix things nixfmt niv inputs.deploy-rs.defaultPackage.${system} haskellPackages.nix-serve-ng nix-doc # other things mercurial # isabelle (isabelle.mkEnv "isabelle-env" "fish") isabat (import inputs.traveltext { inherit pkgs; }) ]; }