mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-19 00:47:22 +02:00
9 lines
71 B
Nix
9 lines
71 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
|
|
./private
|
|
];
|
|
}
|