mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
1password: cli on darwin only
This commit is contained in:
parent
d11f934e03
commit
a81bf69220
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{ flake, pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
_1password
|
||||
gh
|
||||
] ++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
_1password
|
||||
];
|
||||
|
||||
programs.zsh.envExtra = lib.mkIf pkgs.stdenv.isDarwin ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue