nix-config/modules/nix/office/default.nix
2025-07-09 13:18:40 +02:00

7 lines
68 B
Nix

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