This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ config, pkgs, ... }: | |
let | |
unstableTarball = fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"; | |
unstable = import unstableTarball { | |
config = config.nixpkgs.config; | |
}; | |
affinity-nix = builtins.getFlake "github:mrshmllow/affinity-nix"; | |
quickshell = builtins.getFlake "git+https://git.outfoxxed.me/outfoxxed/quickshell"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[32m INFO[0m: Launching config: "/home/matt/.config/quickshell/shell.qml" | |
[32m INFO[0m: Shell ID: "0a0891c93b66ea478911a5fa18d6b684" Path ID "0a0891c93b66ea478911a5fa18d6b684" | |
[32m INFO[0m: Saving logs to "/run/user/1000/quickshell/by-id/jqhy05mzs/log.qslog" | |
[33m WARN[0m: Could not attach Keys property to: qs::wayland::layershell::WaylandPanelInterface_QML_232(0x7f2aceaaee80, name = "menuWindow") is not an Item | |
[31m ERROR[0m: Cannot call mapFromItem before item is a member of a window. | |
[33m WARN[97m scene[0m: QML Settings at @modules/bar/Weather.qml[21:5]: Failed to initialize QSettings instance. Status code is: 1 | |
[33m WARN[97m scene[0m: QML Settings at @modules/bar/Weather.qml[21:5]: The following application identifiers have not been set: QList("organizationName", "organizationDomain") | |
[33m WARN[97m scene[0m: QML Settings at @services/Weather.qml[24:5]: Failed to initialize QSettings instance. Status code is: 1 | |
[33m WARN[97m scene[0m: QML Settings at @services/Weather.qml[24: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf install alsa-lib-devel cups-devel dbus-libs fontconfig-devel freetype-devel glibc-devel.i686 gnutls-devel gstreamer1-devel gstreamer1-plugins-base-devel libgphoto2-devel libunwind-devel libusbx-devel libX11-devel libXcomposite-devel libXcursor-devel libXext-devel libXfixes-devel libXi-devel libXrandr-devel libXrender-devel mesa-libGL-devel mesa-libOSMesa-devel mingw32-gcc mingw64-gcc ocl-icd-devel samba-devel sane-backends-devel SDL2-devel vulkan-headers vulkan-loader vulkan-loader-devel && git clone https://gitlab.com/xkero/rum $HOME/Documents/rum && echo $PATH && sudo cp $HOME/Documents/rum/rum /usr/local/bin/rum && git clone https://gitlab.winehq.org/ElementalWarrior/wine.git ElementalWarrior-wine && cd ElementalWarrior-wine && git switch affinity-photo3-wine9.13-part3 && mkdir winewow64-build/ wine-install/ && cd winewow64-build/ && ../configure --prefix="$HOME/Documents/ElementalWarrior-wine/wine-install" --enable-archs=i386,x86_64 && make -j $(nproc) && make install && sudo mkdir /opt/wines && |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -Syu alsa-lib alsa-plugins cups desktop-file-utils dosbox ffmpeg fontconfig freetype2 gcc-libs gettext giflib gnutls gst-plugins-base-libs gtk3 libgphoto2 libpcap libpulse libva libxcomposite libxcursor libxi libxinerama libxrandr mingw-w64-gcc opencl-headers opencl-icd-loader samba sane sdl2 v4l-utils vulkan-icd-loader wine-mono && git clone https://gitlab.com/xkero/rum $HOME/Documents/rum && echo $PATH && sudo cp $HOME/Documents/rum/rum /usr/local/bin/rum && git clone https://gitlab.winehq.org/ElementalWarrior/wine.git ElementalWarrior-wine && cd ElementalWarrior-wine && git switch affinity-photo3-wine9.13-part3 && mkdir winewow64-build/ wine-install/ && cd winewow64-build/ && ../configure --prefix="$HOME/Documents/ElementalWarrior-wine/wine-install" --enable-archs=i386,x86_64 && make -j $(nproc) && make install && sudo mkdir /opt/wines && sudo cp --recursive "$HOME/Documents/ElementalWarrior-wine/wine-install" "/opt/wines/affinity-photo3-wine9.13-part3" && sudo ln -s /opt/wines/affinity-photo3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nobara 40 is currently ready to be upgraded to from 39. No new ISOs have been made yet, but all packages are updated and finalized. | |
To upgrade, nothing special is required this time around. | |
Run the Update System app (or nobara-sync in a terminal) to update your 39 installation and bring it in line with some packaging differences (wine-staging) that exist in 40 | |
`sudo dnf install dnf-plugin-system-upgrade -y | |
This plugin may already be installed, especially if you have previously upgraded from an older Nobara version. (eg. 38 > 39) |