nixos/home-manager/ubuntu.nix

15 lines
196 B
Nix

{ ... }:
{
imports = [
./common
./software/git
];
programs.git.userEmail = "andreas@zweili.ch";
programs.bash = {
enable = true;
};
targets.genericLinux.enable = true;
}