{ pkgs, ... }: {
imports = [
./packages.nix
./gnupg.nix
./git.nix
];
home.keyboard = {
layout = "fr";
variant = "bepo";
};
}