nixos-config/users/remy.nix
2024-08-28 00:18:47 +02:00

13 lines
197 B
Nix

{pkgs, ...}: {
imports = [
../modules/home-manager/browser.nix
../modules/home-manager/code.nix
];
programs.git = {
userName = "Remy Moll";
userEmail = "me@moll.re";
};
}