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