mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
11 lines
106 B
Nix
11 lines
106 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./attic.nix
|
|
./packages.nix
|
|
./programs.nix
|
|
./services.nix
|
|
];
|
|
}
|