feat(thrall): Use git-sync on org
This commit is contained in:
parent
88878e82b1
commit
5a37f8c449
2 changed files with 8 additions and 1 deletions
7
hosts/thrall/alex.nix
Normal file
7
hosts/thrall/alex.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../../home/alex/cli.nix ../../home/alex/services/git-sync ];
|
||||
|
||||
config.my.git-sync.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue