diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-06-07 20:54:04 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-06-07 20:54:04 +0100 |
commit | cdb4bf1efe35fed6893700367dd681b0dc2430bb (patch) | |
tree | 4aa531efcc06ce9f0e8a38f26a5561dd8dc0e2e3 /nix-conf/machines/egalmoth | |
parent | ec7ffbf3a8a37d8c7f5398143846827d2716f02c (diff) | |
download | dotfiles-cdb4bf1efe35fed6893700367dd681b0dc2430bb.tar.gz |
Add libreoffice and onlyoffice
Diffstat (limited to 'nix-conf/machines/egalmoth')
-rw-r--r-- | nix-conf/machines/egalmoth/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix index 2284b4b..66382dd 100644 --- a/nix-conf/machines/egalmoth/configuration.nix +++ b/nix-conf/machines/egalmoth/configuration.nix @@ -84,6 +84,7 @@ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "hplip" + "corefonts" ]; hardware.sane.enable = true; @@ -168,9 +169,13 @@ xclip xurls xst + + libreoffice + onlyoffice-bin ]; fonts.packages = with pkgs; [ + corefonts iosevka-comfy.comfy iosevka-bin jetbrains-mono |