diff --git a/modules/tuxedo-rs.nix b/modules/tuxedo-rs.nix index 37a6765..e4b758b 100644 --- a/modules/tuxedo-rs.nix +++ b/modules/tuxedo-rs.nix @@ -15,7 +15,7 @@ enable = true; # 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.enable = true; + tailor-gui.enable = false; }; environment.etc."tailord/active_profile.json".source = "/etc/tailord/profiles/custom.json";