{ pkgs ? import {} }: pkgs.mkShell { name = "nixos_config"; buildInputs = with pkgs; [ git pre-commit python313Packages.pywayland ]; shellHook = '' echo "NixOS Config Shell" ''; }