# SPDX-FileCopyrightText: 2025 Ethan Reece # # SPDX-License-Identifier: MIT { ... }: { imports = [ ../base.nix ./git.nix ]; home.sessionVariables = { DISPLAY = ""; # Needed to prevent `ssh_askpass` from happening when using `sudo` in a windowed environment }; }