comin
This commit is contained in:
parent
3ca0368824
commit
d90e44b8cb
3 changed files with 41 additions and 0 deletions
13
modules/comin.nix
Normal file
13
modules/comin.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.comin = {
|
||||
enable = true;
|
||||
remotes = [
|
||||
{
|
||||
name = "origin";
|
||||
url = "https://code.c-base.org/lucy/dotfiles.git";
|
||||
branches.main.name = "main";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue