nix-config/modules/nix/office/default.nix
smayzy 8da7382a1a
All checks were successful
nix flake show / show-flake (push) Successful in 28s
mv kdenlive to module
2025-07-17 15:58:10 +02:00

9 lines
106 B
Nix

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