blob: ea9358ed588f5e24b877f802ad0b9c75398981bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{ ... }: {
home.stateVersion = "23.05";
imports = [
./dev.nix
./fish.nix
./git.nix
./shell.nix
./ssh.nix
];
programs.git = {
userEmail = "fcuny@roblox.com";
};
}
|