mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-02-20 07:08:02 +00:00
Created rbw autounlock
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user