[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
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:
parent
b65ca23346
commit
8c4f147f58
1 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue