{ config, pkgs, lib, conduit, ... }: { imports = [ ./services/nginx.nix ./services/conduit.nix ./services/pantalaimon.nix ]; environment.systemPackages = with pkgs; [ wget neofetch lnav zsh git lsd htop btop duf kitty.terminfo neovim tmux jq yq pv dig cloud-utils ]; system.stateVersion = "22.11"; # DO NOT EDIT! }