feat(libreoffice): init
This commit is contained in:
12
modules/home/libreoffice.nix
Normal file
12
modules/home/libreoffice.nix
Normal 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 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user