7 lines
87 B
Nix
7 lines
87 B
Nix
{ lib, pkgs, self, config, ... }:
|
|
with config;
|
|
{
|
|
imports = [
|
|
./global.nix
|
|
];
|
|
}
|