Open velen2077 opened 8 hours ago
This was fixed for the master
branch in #658. We should be able to backport this to release-24.11
.
This was fixed for the
master
branch in #658. We should be able to backport this torelease-24.11
.
The master branch seems to have a different issue - if I used the code above for GNOME, I get the error:
error: The option
virtualisation.vmVariant.home-manager.users.username.programs.kubecolor' does not exist. Definition values:`
I've tried manually disabling the target for kubecolor but it doesn't seem to help.
The master branch seems to have a different issue - if I used the code above for GNOME, I get the error:
error: The option
virtualisation.vmVariant.home-manager.users.username.programs.kubecolor' does not exist. Definition values:`I've tried manually disabling the target for kubecolor but it doesn't seem to help.
IIRC, the kubecolor module is not available on release-24.11
. Consider manually disabling the module: https://github.com/danth/stylix/commit/9b61cc39b2c82f01b63bb0ae85865d7372697fc4.
I currently use Stylix as below, for my GNOME system. There is an oddity when enabled, in that certain buttons (namely the power options shown in the image) are incorrectly styled and hang off the screen.
With this code, I see the issue:
When I set autoEnable = false; so that Stylix applies no theming, I get the expected behaviour, which looks like this:
This is using the release-24.11 branch. Both physical and virtual machines experience this issue.