changed fonts settings + onlyoffice

This commit is contained in:
Danilo Reyes 2025-05-25 15:55:25 -06:00
parent 27aa640418
commit 35bd4e5abb
2 changed files with 5 additions and 3 deletions

View File

@ -7,11 +7,13 @@
{
options.my.apps.fonts.enable = lib.mkEnableOption "enable";
config = lib.mkIf config.my.apps.fonts.enable {
users.users.jawz.packages = builtins.attrValues {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "corefonts" ];
fonts.packages = builtins.attrValues {
inherit (pkgs)
symbola
comic-neue
cascadia-code
corefonts
;
inherit (pkgs.nerd-fonts)
caskaydia-cove

View File

@ -11,11 +11,11 @@
users.users.jawz.packages = builtins.attrValues {
inherit (pkgs)
jre17_minimal # for libreoffice extensions
libreoffice # office, but based
onlyoffice-bin # office, but based
calibre # ugly af eBook library manager
newsflash # feed reader, syncs with nextcloud
furtherance # I packaged this one tehee track time utility
planify # let's pretend I will organize my tasks
# planify # let's pretend I will organize my tasks
;
};
};