nix-config/modules/nix/office/default.nix
smayzy 0275bf10c1
All checks were successful
nixos config pipeline / show-flake (push) Successful in 27s
nixos config pipeline / deploy (push) Successful in 25s
add bitwarden-desktop
2025-08-14 16:22:12 +02:00

14 lines
180 B
Nix

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