feat(home:1password): add 1password home module for binding

This commit is contained in:
ooks-io 2024-06-14 22:47:08 +12:00
parent 8ae77d70dc
commit 9b28a27191
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ osConfig, lib, ... }:
let
inherit (lib) mkIf;
cfg = osConfig.ooknet.programs._1password;
in
{
config = mkIf cfg.enable {
ooknet.binds.password = "1password";
};
}

View file

@ -2,6 +2,7 @@
imports = [
./kdeconnect.nix
./ookvolume.nix
./1password.nix
./ookbrightness.nix
./ookpower.nix
./zellijMenu.nix