feat(thrall): Use git-sync on org
This commit is contained in:
parent
bffbb18261
commit
b79c4695ff
2 changed files with 8 additions and 1 deletions
|
|
@ -75,8 +75,8 @@
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.alex = import ./home/alex/cli.nix;
|
|
||||||
}
|
}
|
||||||
|
{ home-manager.users.alex = ./hosts/thrall/alex.nix; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
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