feat(libreoffice): init
This commit is contained in:
@@ -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 ];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -53,6 +53,7 @@
|
|||||||
ryujinx.enable = on "sydpc";
|
ryujinx.enable = on "sydpc";
|
||||||
haskell.enable = true;
|
haskell.enable = true;
|
||||||
kerbal-space-program.enable = on "sydpc";
|
kerbal-space-program.enable = on "sydpc";
|
||||||
|
libreoffice.enable = on "fruitbook";
|
||||||
sops = {
|
sops = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyFile = "/persist/private-keys/age/crumb";
|
keyFile = "/persist/private-keys/age/crumb";
|
||||||
|
|||||||
Reference in New Issue
Block a user