From 57708f7d94b9ce5e83356ed3091dee6c7bc3fc76 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Fri, 5 Aug 2022 13:30:06 +0200 Subject: [PATCH] configure mounting of idevices --- thinkpad/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/thinkpad/configuration.nix b/thinkpad/configuration.nix index ede6d56..ab7e6da 100644 --- a/thinkpad/configuration.nix +++ b/thinkpad/configuration.nix @@ -104,13 +104,20 @@ atomix # puzzle game ]); - systemPackages = with pkgs; [ gnome.adwaita-icon-theme ]; + systemPackages = with pkgs; [ + gnome.adwaita-icon-theme + ifuse + libimobiledevice + libheif + ]; }; services = { pipewire.enable = true; printing.enable = true; throttled.enable = true; + gvfs.enable = true; + usbmuxd.enable = true; xserver = { enable = true;