mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 10:09:42 +00:00
9 lines
78 B
Nix
9 lines
78 B
Nix
|
{
|
||
|
imports = [
|
||
|
./earlyoom.nix
|
||
|
./mount.nix
|
||
|
./printing.nix
|
||
|
];
|
||
|
}
|
||
|
|