containers

This commit is contained in:
Lilith 2024-07-24 01:01:20 +02:00
parent 81a3c9ac67
commit a7d3e5b7b9
Signed by: lilith
GPG key ID: 8712A0F317C37175
4 changed files with 8 additions and 33 deletions

View file

@ -1,4 +1,4 @@
{lib, config, ...}: {
{lib, config, conf, ...}: {
imports = [
./audio.nix
./env.nix
@ -18,6 +18,6 @@
./syncthing.nix
./wayland.nix
./zsh.nix
] ++ lib.optional config.containers.enable ./containers
;
./containers
];
}