{ pkgs, ... }: { environment.systemPackages = with pkgs; [ oci-cli (writeShellScriptBin "rebuild" "nixos-rebuild switch --flake .") ]; }