dotfiles/modules/settings.nix
2026-02-01 18:41:15 +02:00

14 lines
273 B
Nix

{ ... }:
rec {
flake.meta.user = {
name = "teesh";
email = "ilaylevy611@gmail.com";
face = ./assets/face.png;
};
flake.meta.git.name = "teesh3rt";
flake.meta.location = "/home/${flake.meta.user.name}/dotfiles";
flake.meta.stateVersion = "25.11";
}