{ pkgs, ... }: { # just a bunch of default packages that I use environment.systemPackages = with pkgs; [ curl git htop neovim progress tmux tree unzip zmotd ]; security.sudo.execWheelOnly = true; security.sudo.wheelNeedsPassword = false; }