-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
targets.kitty.enable=false doesn't work #395
Comments
The kitty theme is imported using Lines 30 to 32 in 00a11ba
Perhaps something is overriding this? I know that in some cases using |
So, I tried to comment out the whole kitty.nix I got and just left the I don't know why it didn't work the first time, but if anything, unloading my kitty file module helped. Thanks for your attention, this was a weird bug. |
As usual, Home Manager inserts the However, the use of
It could be that this was caused by the fact that the Stylix generated theme is injected at the end of the configuration file. |
As I happen to test a minute ago, it could have been happening because fish shell can change the colors of terminal, and got changed by stylix, therefore applying the colorscheme onto kitty. And it is not reversed back when exiting to bash it seems. Sorry for bothering |
Hi.
Issue:
Stylix seems to ignore the targets for kitty, as described in the manual.
Workarounds and poking around:
The only way to disable bugged behavior, applying to kitty, is only with disabling
autoEnable
option.On the other hand, Stylix honors the
targets
options after disablingautoEnable
option, for some reason.Also, it seems Stylix doesn't make a ~/.config/kitty.conf file or edit it.
Info and config
Using Stylix as a Home Manager module on Standalone Home Manager inside NixOS. With flakes defined as
inputs
This works, a stylix config.
Here is Kitty config with defined colors that works perfectly fine if I disable Stylix or
autoEnable
The text was updated successfully, but these errors were encountered: