Nyx-Modules/Modules/Home/GUI-Apps/Office/Productivity/default.nix
2025-08-29 12:29:00 +02:00

8 lines
97 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./office-apps.nix
./printer-scan.nix
];
}