diff --git a/Containerfile b/Containerfile index fa57b657..5f461ef0 100644 --- a/Containerfile +++ b/Containerfile @@ -808,7 +808,6 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}" ARG NVIDIA_MAJOR_VERSION="550" # Fetch NVIDIA driver -COPY --from=ghcr.io/ublue-os/akmods-nvidia:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms COPY system_files/nvidia/shared system_files/nvidia/${BASE_IMAGE_NAME} / # Remove everything that doesn't work well with NVIDIA @@ -823,6 +822,7 @@ RUN rpm-ostree override remove \ ostree container commit # Install NVIDIA driver +COPY --from=ghcr.io/ublue-os/akmods-nvidia:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms RUN wget https://raw.githubusercontent.com/ublue-os/hwe/main/nvidia-install.sh -O /tmp/nvidia-install.sh && \ chmod +x /tmp/nvidia-install.sh && \ IMAGE_NAME="${BASE_IMAGE_NAME}" RPMFUSION_MIRROR="" /tmp/nvidia-install.sh && \ diff --git a/system_files/desktop/shared/usr/etc/profile.d/nix-app-icons.sh b/system_files/desktop/shared/usr/etc/profile.d/nix-app-icons.sh deleted file mode 100755 index ba684ac6..00000000 --- a/system_files/desktop/shared/usr/etc/profile.d/nix-app-icons.sh +++ /dev/null @@ -1 +0,0 @@ -XDG_DATA_DIRS="$HOME/.nix-profile/share:/nix/var/nix/profiles/default/share:$XDG_DATA_DIRS" \ No newline at end of file