feat(libreoffice): init

This commit is contained in:
2026-03-29 13:35:24 -06:00
parent b6c5279ec8
commit 1e1475d86d
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ config, lib, pkgs, ... }:
let cfg = config.sydnix.libreoffice;
in {
options.sydnix.libreoffice = {
enable = lib.mkEnableOption "libreoffice";
};
config = lib.mkIf cfg.enable {
home.packages = [ pkgs.libreoffice ];
};
}

View File

@@ -53,6 +53,7 @@
ryujinx.enable = on "sydpc";
haskell.enable = true;
kerbal-space-program.enable = on "sydpc";
libreoffice.enable = on "fruitbook";
sops = {
enable = true;
keyFile = "/persist/private-keys/age/crumb";