Created rbw autounlock

This commit is contained in:
2026-02-18 12:11:58 +00:00
parent 973d334944
commit 1e7dc1c592

View File

@@ -6,7 +6,9 @@
pkgs,
unstablePkgs,
...
}: {
}: let
myPkgs = import ./packages/my_pkgs.nix {inherit pkgs;};
in {
programs = {
nix-your-shell = {
enable = true;
@@ -24,6 +26,13 @@
enable = true;
runAsService = true;
};
rbw = {
enable = true;
settings = {
email = "chughes000@gmail.com";
pinentry = myPkgs.rbw-autofill;
};
};
hyprcursor-phinger.enable = true;
};
}