diff options
Diffstat (limited to 'machines/t14')
-rw-r--r-- | machines/t14/default.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/machines/t14/default.nix b/machines/t14/default.nix index e0ad008..a908883 100644 --- a/machines/t14/default.nix +++ b/machines/t14/default.nix @@ -58,12 +58,13 @@ programs.nix-ld = { enable = true; libraries = with pkgs; [ - fuse3 - fuse - harfbuzz - fontconfig - freetype - xorg.libX11 + #fuse3 + #fuse + #harfbuzz + #fontconfig + #freetype + #xorg.libX11 + appimage-run ]; }; |