mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-18 16:37:21 +02:00
7 lines
56 B
Nix
7 lines
56 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
];
|
|
}
|