mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 03:53:11 +00:00
8 lines
90 B
Nix
8 lines
90 B
Nix
{ pkgs, lib, ... }: {
|
|
imports = [
|
|
./containers
|
|
./gaming
|
|
|
|
./media.nix
|
|
];
|
|
}
|