Changed: Excluded Broken

This commit is contained in:
2025-03-27 15:13:31 +01:00
parent f46e0f3d2e
commit 1e2c6c769b
3 changed files with 8 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }:
{
# Install OnlyOffice Desktop Editors
home.packages = with pkgs; [
onlyoffice-desktopeditors
];
# Install OnlyOffice Desktop Editors
home.packages = with pkgs; [
onlyoffice-desktopeditors
];
}