{ pkgs, self, ... }: { home.stateVersion = "23.05"; imports = [ ./dev.nix ./firefox.nix ./fish.nix ./git.nix ./shell.nix ./ssh.nix ./zsh.nix ]; home.packages = with pkgs; [ self.packages.${pkgs.system}.robloxenv ]; programs.git = { userEmail = "fcuny@roblox.com"; }; }