[NixOS] Use git-sync-rs

This commit is contained in:
2025-08-16 12:55:08 -07:00
parent b3c3a7249c
commit 8b9c71b77e
3 changed files with 25 additions and 19 deletions

View File

@@ -1,7 +1,8 @@
{ ... }: {
{ pkgs, ... }: {
home-manager.users.imalison = ({ config, ... }: {
services.git-sync = {
enable = true;
package = pkgs.git-sync-rs;
repositories = {
config = {
path = config.home.homeDirectory + "/config";