containers
This commit is contained in:
parent
81a3c9ac67
commit
a7d3e5b7b9
4 changed files with 8 additions and 33 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue