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