feat: 1password linux
This commit is contained in:
@@ -181,7 +181,10 @@ in {
|
|||||||
pull = {
|
pull = {
|
||||||
rebase = true;
|
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 = {
|
nix-index = {
|
||||||
|
|||||||
@@ -98,6 +98,7 @@
|
|||||||
TTYVTDisallocate = true;
|
TTYVTDisallocate = true;
|
||||||
};
|
};
|
||||||
hardware = {
|
hardware = {
|
||||||
|
keyboard.qmk.enable = true;
|
||||||
# services.wireplumber.configPackages = with pkgs; [ bluez ];
|
# services.wireplumber.configPackages = with pkgs; [ bluez ];
|
||||||
|
|
||||||
# environment.etc = {
|
# environment.etc = {
|
||||||
|
|||||||
Reference in New Issue
Block a user