11 lines
143 B
Nix
11 lines
143 B
Nix
{ lib, config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./office.nix
|
|
./obsidian.nix
|
|
./kdenlive.nix
|
|
./blender.nix
|
|
./inkscape.nic
|
|
];
|
|
}
|