7 lines
106 B
Nix
7 lines
106 B
Nix
{ pkgs, lib, config, osConfig ? {}, ... }:
|
|
{
|
|
config = {
|
|
nixfiles.profile.base.enable = true;
|
|
};
|
|
}
|