blob: 68bcc8fe253c885f1bc6e29f388088dbcca46541 (
plain) (
tree)
|
|
{ ... }: {
home.stateVersion = "23.05";
imports = [
./dev.nix
./firefox.nix
./fish.nix
./git.nix
./shell.nix
./ssh.nix
./zsh.nix
];
programs.git = {
userEmail = "franck@fcuny.net";
};
}
|