mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Optimizations] Move optimizations into subfolder
This commit is contained in:
parent
4735347fd2
commit
36ca6d82e4
3 changed files with 14 additions and 2 deletions
6
optimizations/default.nix
Normal file
6
optimizations/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./optimizations.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue