[fix] libra: disable tuxedo-rs
All checks were successful
/ check (push) Successful in 25s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 12s
/ update-lockfile (push) Has been skipped

Disable tuxedo-rs as it pulls in the now broken (as of linux 6.10)
tuxedo-keyboard driver.
This commit is contained in:
Jalil David Salamé Messina 2024-07-20 17:32:00 +02:00
parent b65ca23346
commit 8c4f147f58
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -30,10 +30,10 @@
hardware = {
opengl.enable = true;
bluetooth.enable = true;
tuxedo-rs = {
enable = true;
tailor-gui.enable = true;
};
# tuxedo-rs = {
# enable = true;
# tailor-gui.enable = true;
# };
};
networking = {
hostName = "libra";