move neofetch to nix and remove gparted

This commit is contained in:
Anders Rytter Hansen 2023-12-17 12:13:18 +01:00
commit 52f386dd8e
2 changed files with 4 additions and 3 deletions

View file

@ -13,7 +13,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
RUN cd /tmp && \ RUN cd /tmp && \
# remove Okular and Firefox from base image # remove Okular and Firefox from base image
rpm-ostree override remove firefox firefox-langpacks && \ rpm-ostree override remove firefox firefox-langpacks && \
rpm-ostree install ksshaskpass cronie distrobox fish flatpak-builder gparted libcap-ng-devel libvirt-daemon-driver-lxc libvirt-daemon-lxc lld nvtop procps-ng-devel seadrive-gui virt-manager kerver pulseaudio-utils hfsplus-tools VirtualBox && \ rpm-ostree install ksshaskpass cronie distrobox fish flatpak-builder libcap-ng-devel libvirt-daemon-driver-lxc libvirt-daemon-lxc lld nvtop procps-ng-devel seadrive-gui virt-manager kerver pulseaudio-utils hfsplus-tools VirtualBox && \
# install Mullvad VPN # install Mullvad VPN
mkdir /var/opt && rpm-ostree install https://mullvad.net/da/download/app/rpm/latest && \ mkdir /var/opt && rpm-ostree install https://mullvad.net/da/download/app/rpm/latest && \
mv "/opt/Mullvad VPN" /usr/lib/opt/ && \ mv "/opt/Mullvad VPN" /usr/lib/opt/ && \
@ -38,8 +38,6 @@ RUN rpm-ostree install docker-compose
# Add docker -> podman alias for docker-compose to work properly # Add docker -> podman alias for docker-compose to work properly
RUN ln -s /usr/bin/podman /usr/bin/docker RUN ln -s /usr/bin/podman /usr/bin/docker
RUN rpm-ostree install neofetch
# Disable SELinux # Disable SELinux
RUN sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/sysconfig/selinux && sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/selinux/config RUN sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/sysconfig/selinux && sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/selinux/config

3
nix-packages.txt Normal file
View file

@ -0,0 +1,3 @@
nix-env -iA nixpkgs.htop nixpkgs.whois
nix-env -iA nixpkgs.yt-dlp
nix-env -iA nixpkgs.neofetch