office to module

This commit is contained in:
smayzy
2025-07-09 13:18:40 +02:00
parent c115d3e220
commit ddb5c2872c
6 changed files with 27 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }:
{
imports = [
./office.nix
];
}