changed fonts settings + onlyoffice
This commit is contained in:
parent
27aa640418
commit
35bd4e5abb
@ -7,11 +7,13 @@
|
|||||||
{
|
{
|
||||||
options.my.apps.fonts.enable = lib.mkEnableOption "enable";
|
options.my.apps.fonts.enable = lib.mkEnableOption "enable";
|
||||||
config = lib.mkIf config.my.apps.fonts.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)
|
inherit (pkgs)
|
||||||
symbola
|
symbola
|
||||||
comic-neue
|
comic-neue
|
||||||
cascadia-code
|
cascadia-code
|
||||||
|
corefonts
|
||||||
;
|
;
|
||||||
inherit (pkgs.nerd-fonts)
|
inherit (pkgs.nerd-fonts)
|
||||||
caskaydia-cove
|
caskaydia-cove
|
||||||
|
|||||||
@ -11,11 +11,11 @@
|
|||||||
users.users.jawz.packages = builtins.attrValues {
|
users.users.jawz.packages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
jre17_minimal # for libreoffice extensions
|
jre17_minimal # for libreoffice extensions
|
||||||
libreoffice # office, but based
|
onlyoffice-bin # office, but based
|
||||||
calibre # ugly af eBook library manager
|
calibre # ugly af eBook library manager
|
||||||
newsflash # feed reader, syncs with nextcloud
|
newsflash # feed reader, syncs with nextcloud
|
||||||
furtherance # I packaged this one tehee track time utility
|
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
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user