[fix] libra: disable tuxedo-rs #32
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@
|
||||||
hardware = {
|
hardware = {
|
||||||
opengl.enable = true;
|
opengl.enable = true;
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
tuxedo-rs = {
|
# tuxedo-rs = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
tailor-gui.enable = true;
|
# tailor-gui.enable = true;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "libra";
|
hostName = "libra";
|
||||||
|
|
Loading…
Reference in a new issue