Nyx-Modules/Modules/Home/GUI-Apps/Multimedia/Capture/default.nix

10 lines
76 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./camera.nix
];
}