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;