Daniel Thwaites
Daniel Thwaites
Hopefully #142 will fix this.
We could potentially make use of / take inspiration from these: https://github.com/schizofox/schizofox/blob/main/modules/home-manager/firefox/userChrome.nix https://github.com/schizofox/schizofox/blob/main/modules/home-manager/firefox/userContent.nix
This sounds like a nice feature particularly for terminals and other code related stuff. To make things neater, I would suggest we group all the theme related options (wallpaper, colors,...
Once we have a reliable solution to #89, it will be easier to support extras like Doom and Hyprland, as they can just be disabled when the module isn't installed....
Totally agree with what you said. I looked into this a while ago, and it seems there is no simple way to record which keys were actually pressed by the...
Also occurs when Peerix doesn't have permission to read the private key file. I think any error in the underlying `nix-serve` process leads to this message.
I think it would be helpful to have labelling which differentiates between new targets vs new features for Stylix as a whole - adding new targets tends to be less...
`run` is only necessary for commands which actually produce a change. However, we should consider using this for debug output: > You can also use the provided shell function `verboseEcho`,...
If I remember correctly, KDE expects the look-and-feel package to exist in a standard location, which is why it's installed to `~/.nix-profile/share/plasma/look-and-feel`. Also consider that the code in `home.activation.stylixLookAndFeel` runs...
This has been mentioned before, but I can't find the comment to link to it. This happens because the plasma tools try to connect to a service running in the...