feat(plugins): add screenkey
This commit is contained in:
parent
39bfc42f58
commit
281069d97e
2 changed files with 27 additions and 0 deletions
10
plugins/screenkey/default.nix
Normal file
10
plugins/screenkey/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# homepage: https://github.com/NStefan002/screenkey.nvim
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
extra = {
|
||||
packages = [
|
||||
(import ./package.nix { inherit lib pkgs; })
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue