Skip to content
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

Configuration paths for plasma #928

Closed
seqizz opened this issue Nov 28, 2019 · 2 comments
Closed

Configuration paths for plasma #928

seqizz opened this issue Nov 28, 2019 · 2 comments

Comments

@seqizz
Copy link

seqizz commented Nov 28, 2019

Hi,

Sorry for the mixed-up issue, didn't know where to ask in the first place 😕

I've recently packaged a kwin script that I've been using for a while: NixOS/nixpkgs#74262

Problem is: There is a known issue about enabling configurations of kwin scripts, apparently plasma searches them in some specific directories.

I've installed this new package via home-manager and even though I can see the required file under ~/.nix-profile/share/kservices5 folder, the plugin still can't be configured.

My question is: How can I provide paths for /usr/share/kservices5 in the sense of conventional FS hierarchy via HM?

@rycee
Copy link
Member

rycee commented Dec 8, 2019

Hmm, /usr/share/kservices5 is quite impossible for HM to do but perhaps

xdg.dataFile.kservices5.source = "${config.home.path}/share/kservices5";

would work?

@seqizz
Copy link
Author

seqizz commented Dec 9, 2019

Yup, definitely worked, thanks as always :)
This should be in some documentation 👍

@seqizz seqizz closed this as completed Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants