dotfiles/nixos/git/default.nix

9 lines
103 B
Nix

{
config,
pkgs,
lib,
...
}: {
home-manager.users.cyryl = {...}: {imports = [./home.nix];};
}