mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
7 lines
59 B
Nix
7 lines
59 B
Nix
{ pkgs, lib, config, ... }:
|
|
|
|
{
|
|
import = [
|
|
./.
|
|
];
|
|
}
|