nixos/home-manager/ubuntu.nix

13 lines
206 B
Nix

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