mirror of https://github.com/materusPL/Nixerus.git
7 lines
61 B
Nix
7 lines
61 B
Nix
|
{ config, pkgs, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./nix.nix
|
||
|
];
|
||
|
}
|