feat(home:1password): add 1password home module for binding
This commit is contained in:
parent
8ae77d70dc
commit
9b28a27191
2 changed files with 13 additions and 0 deletions
12
home/modules/desktop/tools/1password.nix
Normal file
12
home/modules/desktop/tools/1password.nix
Normal 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";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./kdeconnect.nix
|
./kdeconnect.nix
|
||||||
./ookvolume.nix
|
./ookvolume.nix
|
||||||
|
./1password.nix
|
||||||
./ookbrightness.nix
|
./ookbrightness.nix
|
||||||
./ookpower.nix
|
./ookpower.nix
|
||||||
./zellijMenu.nix
|
./zellijMenu.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue