mirror of
https://github.com/divnix/digga.git
synced 2024-11-23 20:22:04 +03:00
13 lines
181 B
Nix
13 lines
181 B
Nix
|
{ inputs }: with inputs;
|
||
|
{
|
||
|
modules = [
|
||
|
home.nixosModules.home-manager
|
||
|
ci-agent.nixosModules.agent-profile
|
||
|
];
|
||
|
|
||
|
overlays = [
|
||
|
nur.overlay
|
||
|
devshell.overlay
|
||
|
];
|
||
|
}
|