diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-08-31 16:48:40 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-08-31 16:48:40 +0100 |
commit | e17d7edab43c8396ad93738e27a101bed30ecd92 (patch) | |
tree | d0f5c8b8976722cde7d8b24eb7e0eaed48075c71 /nix-conf/machines | |
parent | 90dff04a47147047261f80b68934709f3fc6875d (diff) | |
download | dotfiles-e17d7edab43c8396ad93738e27a101bed30ecd92.tar.gz |
Enable nix-ld
Diffstat (limited to 'nix-conf/machines')
-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 2b97f05..bb9e03f 100644 --- a/nix-conf/machines/egalmoth/configuration.nix +++ b/nix-conf/machines/egalmoth/configuration.nix @@ -176,6 +176,11 @@ libreoffice onlyoffice-bin ]; + programs.nix-ld.enable = true; + + programs.nix-ld.libraries = with pkgs; [ + xorg.libxcb + ]; fonts.packages = with pkgs; [ corefonts |