config
config copied to clipboard
A layer to provide configuration files (udev rules, service units, etc)
According to: - https://github.com/fedora-silverblue/issue-tracker/issues/477#issuecomment-2011283957 - https://github.com/fedora-silverblue/silverblue-docs/pull/175 - https://rpmfusion.org/Howto/NVIDIA#OSTree_.28Silverblue.2FKinoite.2Fetc.29 we apparently need to setup a new karg when using NVIDIA proprietary drivers: `initcall_blacklist=simpledrm_platform_driver_init` Likely in https://github.com/ublue-os/config/blob/main/build/ublue-os-just/40-nvidia.just. I've not tested this change....
# Description This implements the feature mentioned in #251. I've tested it locally on my bluefin-nvidia install. # Usage - Run `ujust toggle-release` to get a selection menu of available...
## Description Adding a script to install/uninstall `ohmyzsh` easily, and adding `just` recipes for it. The reason the implementation is in a separate script and not directly in the just...
I am running Bazzite with the latest image. There are some apps I need to run as root on the host, for example [httm](https://github.com/kimono-koans/httm). After installing brew with [ujust brew](https://universal-blue.discourse.group/t/installing-cli-apps-on-the-host/979/4),...
Along with making them red in color, we can send those error message to stderror, in case if some just command enabled `set -eou pipefail`, so the command fails without...
``` Dec 04 11:06:17 tranquility systemd[1]: Starting flatpak-system-update.service - Flatpak Automatic Update... Dec 04 11:06:17 tranquility flatpak[423203]: These runtimes in installation 'system' are pinned and won't be removed; see flat>...
I noticed that all the spec files in this repo have a license of MIT. However, in general, Universal Blue uses the APACHE 2.0 license. If the spec file is...
`ujust toggle-nvk` is confusing, you have to know what nvk is. And then on top of that it just rebases without asking, which might be a bit disconcerting. What do...
Tablets that use the wacom or hid_uclogic kernel modules will not work with OpenTabletDriver unless they are unloaded. `/usr/lib/modprobe.d/99-opentabletdriver.conf` (from the OTD rpm) ``` install wacom /usr/bin/true install hid_uclogic /usr/bin/true...
I was unable to get my Yubikey to work with GPG on the latest `bluefin-dx` image: ``` $ gpg --card-status gpg: OpenPGP card not available: No such device ``` It...