{ config, pkgs, ... }: let unstable = import { config = { allowUnfree = true; }; }; in { environment.systemPackages = with pkgs; [ wget curl vim nano zsh fzf tmux git eza progress tldr htop unstable.docker-compose pkgs.php81 steamPackages.steamcmd ]; imports = [ ./zsh.nix # ./ledebuild_progs.nix ]; }