disable tailor-gui

This commit is contained in:
Daniel Langbein 2025-01-29 20:12:26 +01:00
parent 1c8e973b9b
commit f139968971
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -15,7 +15,7 @@
enable = true; enable = true;
# Whether to enable tailor-gui, an alternative to TUXEDO Control Center, written in Rust. # Whether to enable tailor-gui, an alternative to TUXEDO Control Center, written in Rust.
# tailor-gui: Rust GUI for interacting with hardware from TUXEDO Computers. # tailor-gui: Rust GUI for interacting with hardware from TUXEDO Computers.
tailor-gui.enable = true; tailor-gui.enable = false;
}; };
environment.etc."tailord/active_profile.json".source = "/etc/tailord/profiles/custom.json"; environment.etc."tailord/active_profile.json".source = "/etc/tailord/profiles/custom.json";