add corefonts
and onlyoffice-bin
This commit is contained in:
parent
61c32f2f6a
commit
6d1065e6b7
1 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,7 @@ let
|
|||
kdePackages = with pkgs.kdePackages; [ plasma-browser-integration ];
|
||||
packages = with pkgs; [
|
||||
bitwarden-desktop
|
||||
onlyoffice-bin
|
||||
krita
|
||||
ytmdesktop
|
||||
wl-clipboard
|
||||
|
@ -14,6 +15,8 @@ in {
|
|||
|
||||
programs.partition-manager.enable = true;
|
||||
|
||||
fonts.packages = with pkgs;
|
||||
[ (nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue