nix-config/modules/nix/office/default.nix
smayzy 40546f121f
All checks were successful
nix flake show / show-flake (push) Successful in 31s
clean module's default.nix
2025-07-23 19:07:55 +02:00

13 lines
160 B
Nix

{ ... }:
{
imports = [
./office.nix
./obsidian.nix
./kdenlive.nix
./blender.nix
./inkscape.nix
./komikku.nix
./aegisub.nix
];
}