13 lines
160 B
Nix
13 lines
160 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
# To test
|
|
./audio.nix
|
|
./internationalisation.nix
|
|
./power.nix
|
|
./printer.nix
|
|
./update.nix
|
|
./users.nix
|
|
];
|
|
} |