Moved git-worspace
modules to home-manager
(created PR upstream)
https://github.com/nix-community/home-manager/pull/3811
This commit is contained in:
parent
52298435cd
commit
091b4150e8
5 changed files with 14 additions and 121 deletions
|
@ -170,6 +170,15 @@
|
|||
extraModules = [inputs.disko.nixosModules.disko];
|
||||
extraHmModules = [
|
||||
inputs.ccrEmacs.hmModules.default
|
||||
{
|
||||
# TODO: remove after https://github.com/nix-community/home-manager/pull/3811
|
||||
imports = let
|
||||
hmModules = "${inputs.homeManagerGitWorkspace}/modules";
|
||||
in [
|
||||
"${hmModules}/programs/git-workspace.nix"
|
||||
"${hmModules}/services/git-workspace.nix"
|
||||
];
|
||||
}
|
||||
];
|
||||
secrets = {
|
||||
"git-workspace-tokens".owner = "ccr";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue