nix-config/modules/nix/base/default.nix
2025-07-08 16:52:58 +02:00

7 lines
66 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./base.nix
];
}