nixos-config/config/profile-config/container.nix
2021-11-05 07:06:08 -07:00

8 lines
52 B
Nix

{ config, lib, pkgs, ... }:
{
config = {
};
}