10 lines
123 B
Nix
10 lines
123 B
Nix
{ nixosConfig, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./ferdium.nix
|
|
./mumble.nix
|
|
./qtox.nix
|
|
./telegram-desktop.nix
|
|
];
|
|
}
|