nix-config/modules/nix/office/default.nix
smayzy 6171b51218
All checks were successful
nix flake show / show-flake (push) Successful in 26s
mv komikku to module
2025-07-17 16:27:26 +02:00

12 lines
161 B
Nix

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