Hello!
I really like this extension, but I'm having an hard time making it persist.
Basically, I'm using NixOS with plasma manager, and I have a setting to override the config on each regeneration of the system.
This means that I can install the addon through the KDE Store, but once I rebuild the system, it disappears.
To install other extensions, this is what I do:
home.packages = with pkgs; [
kara
plasma-panel-colorizer
kde-rounded-corners
];
The idea would be to either add a flake.nix such as plasma-panel-colorizer, or at least tag a commit (as a release) so that someone else could make a package.nix for it like kara does (https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ka/kara/package.nix)
This would really help me!
And thanks for the nice extension
Also, if possible, it would be great if you could upload the sources on GitHub for other addons of yours, such as Simple Separator!
Hello!
I really like this extension, but I'm having an hard time making it persist.
Basically, I'm using NixOS with plasma manager, and I have a setting to override the config on each regeneration of the system.
This means that I can install the addon through the KDE Store, but once I rebuild the system, it disappears.
To install other extensions, this is what I do:
The idea would be to either add a flake.nix such as plasma-panel-colorizer, or at least tag a commit (as a release) so that someone else could make a package.nix for it like kara does (https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ka/kara/package.nix)
This would really help me!
And thanks for the nice extension
Also, if possible, it would be great if you could upload the sources on GitHub for other addons of yours, such as Simple Separator!