nix-config/modules/nix/office/default.nix
smayzy f48152ff7a
All checks were successful
nix flake show / show-flake (push) Successful in 28s
clean
2025-07-29 17:28:29 +02:00

13 lines
160 B
Nix

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