add corefonts and onlyoffice-bin

This commit is contained in:
Seaswimmer 2024-11-17 15:32:21 -05:00
parent 61c32f2f6a
commit 6d1065e6b7
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -3,6 +3,7 @@ let
kdePackages = with pkgs.kdePackages; [ plasma-browser-integration ]; kdePackages = with pkgs.kdePackages; [ plasma-browser-integration ];
packages = with pkgs; [ packages = with pkgs; [
bitwarden-desktop bitwarden-desktop
onlyoffice-bin
krita krita
ytmdesktop ytmdesktop
wl-clipboard wl-clipboard
@ -14,6 +15,8 @@ in {
programs.partition-manager.enable = true; programs.partition-manager.enable = true;
fonts.packages = with pkgs; fonts.packages = with pkgs; [
[ (nerdfonts.override { fonts = [ "FiraCode" ]; }) ]; corefonts
(nerdfonts.override { fonts = [ "FiraCode" ]; })
];
} }