nix-config/modules/nix/office/default.nix
smayzy 923e6f4bee
All checks were successful
nix flake show / show-flake (push) Successful in 32s
mv aegisub to modules
2025-07-21 15:23:06 +02:00

13 lines
179 B
Nix

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