From 3c116b76cec5aeef8ba701b88d7bae25fc77703e Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 23 Jun 2024 17:47:02 +0530 Subject: [PATCH] feat: 1password linux --- common/home.nix | 5 ++++- nixos/configuration.nix | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/home.nix b/common/home.nix index f408f3f5..3e12dcd6 100644 --- a/common/home.nix +++ b/common/home.nix @@ -181,7 +181,10 @@ in { pull = { rebase = true; }; - "gpg \"ssh\"".program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"; + "gpg \"ssh\"".program = + if pkgs.stdenv.isDarwin + then "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" + else "${pkgs._1password-gui}/share/1password/op-ssh-sign"; }; }; nix-index = { diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 34193c4c..f2204cb3 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -98,6 +98,7 @@ TTYVTDisallocate = true; }; hardware = { + keyboard.qmk.enable = true; # services.wireplumber.configPackages = with pkgs; [ bluez ]; # environment.etc = {