1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-24 00:21:47 +03:00
digga/examples/groupByConfig/home/default.nix

8 lines
114 B
Nix
Raw Normal View History

2021-07-17 00:06:09 +03:00
{ self, ... }:
let
lib = self.inputs.digga.lib;
2021-07-17 00:06:09 +03:00
in
{
imports = [ (lib.importExportableModules ./modules) ];
2021-06-20 05:14:56 +03:00
}