mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
6 lines
64 B
Nix
6 lines
64 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./optimizations.nix
|
|
];
|
|
}
|