7 lines
145 B
Nix
7 lines
145 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ../../home/alex/cli.nix ../../home/alex/services/git-sync ];
|
|
|
|
config.my.git-sync.enable = true;
|
|
}
|