mirror of
https://codeberg.org/muon/home.git
synced 2026-03-10 04:13:13 +00:00
5 lines
60 B
Nix
5 lines
60 B
Nix
{ pkgs, lib, ... }: {
|
|
imports = [
|
|
./containers
|
|
];
|
|
}
|