mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-13 14:02:02 +02:00
12 lines
125 B
Nix
12 lines
125 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./avahi
|
|
./docker
|
|
./fonts
|
|
./kvm
|
|
./miracast
|
|
./podman
|
|
./spell-check
|
|
];
|
|
}
|