blob: d1341a686b54257108990c857335f9bcecd19824 (
plain) (
tree)
|
|
{ pkgs, self, ... }: {
home.stateVersion = "23.05";
imports = [
./dev.nix
./firefox.nix
./fish.nix
./git.nix
./shell.nix
./ssh.nix
];
programs.git = {
userEmail = "fcuny@roblox.com";
};
}
|