9 lines
70 B
Nix
9 lines
70 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
../modules/tlp.nix
|
|
];
|
|
}
|