about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-03 17:25:29 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-03 17:25:29 +0200
commit14a3e0ee9896455dd59a1f08b4af2654deaaef1b (patch)
treebffa36d9a1048229b37c00efbb12b124ef7a6cf1 /machines
parent7ea673d7a3db59a6eb5bbf929bec0aeb658e72bd (diff)
downloaddots-14a3e0ee9896455dd59a1f08b4af2654deaaef1b.tar.gz
dots-14a3e0ee9896455dd59a1f08b4af2654deaaef1b.zip
t14: 63 current 2024-10-03 17:25:25 24.05.20240928.fbca5e7 6.6.52 *
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
 		];
 	};