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 ];
|
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" ]; })
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue