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

8 lines
87 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./Knowledge
./Productivity
];
}