mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 18:05:04 +01:00
Implement x-kde-passwordManagerHint
This commit is contained in:
parent
660afa0bc8
commit
a2bfdf331b
5 changed files with 77 additions and 13 deletions
|
|
@ -12,6 +12,8 @@ pkgs.mkShell rec {
|
|||
libxkbcommon
|
||||
];
|
||||
|
||||
CLIPPYBOARD_SOCKET = "./clippyboard.socket";
|
||||
|
||||
LD_LIBRARY_PATH =
|
||||
builtins.foldl' (a: b: "${a}:${b}/lib") "${pkgs.vulkan-loader}/lib" buildInputs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue