2024-03-03 02:24:59 +00:00

7 lines
106 B
Nix

{ pkgs, lib, config, osConfig ? {}, ... }:
{
config = {
nixfiles.profile.base.enable = true;
};
}