6 lines
50 B
Nix
6 lines
50 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
config = lib.mkIf true true;
|
|
}
|
{ lib, ... }:
|
|
|
|
{
|
|
config = lib.mkIf true true;
|
|
}
|