about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/t14/default.nix13
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
 		];
 	};