Update input-remapper and add rbw
This commit is contained in:
parent
c1935b9658
commit
cfd1f980a4
|
@ -56,6 +56,8 @@
|
||||||
poppler_utils
|
poppler_utils
|
||||||
## htop replacement
|
## htop replacement
|
||||||
htop-vim
|
htop-vim
|
||||||
|
## Bitwarden
|
||||||
|
rbw
|
||||||
|
|
||||||
## To do tunneling with cloudflare
|
## To do tunneling with cloudflare
|
||||||
pkgs.cloudflared
|
pkgs.cloudflared
|
||||||
|
|
|
@ -107,8 +107,9 @@
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "sezanzeb";
|
owner = "sezanzeb";
|
||||||
repo = "input-remapper";
|
repo = "input-remapper";
|
||||||
rev = "b047843545c85543e43f36ecc3b51e343c29c872";
|
rev = "cfdcda4deab202fe5491e71334dc461e86dac548";
|
||||||
sha256 = "sha256-um7fsoEndFLd8JzvCiSSIDpFFmBwtS9GmRag310iKfk=";
|
sha256 = "sha256-5YXNCoMMNO9XWrqeVH6ErUjjAkVIbOBtFQU4nJKpJ84=";
|
||||||
|
# sha256 = lib.fakeSha256;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.input-remapper.serviceWantedBy = [ "multi-user.target" ];
|
services.input-remapper.serviceWantedBy = [ "multi-user.target" ];
|
||||||
|
|
Loading…
Reference in a new issue