chore(nix): Add rclone and move pinentry_mac to optional list
This commit is contained in:
parent
24c6d78f8f
commit
a56d56788d
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
pkgs.neovim
|
||||
pkgs.pass
|
||||
pkgs.passExtensions.pass-otp
|
||||
pkgs.pinentry_mac
|
||||
pkgs.gnupg
|
||||
pkgs.htop-vim
|
||||
(pkgs.python312Full.withPackages (py: [
|
||||
|
@ -32,9 +31,11 @@
|
|||
pkgs.cargo
|
||||
pkgs.android-tools
|
||||
pkgs.coreutils-full
|
||||
pkgs.rclone
|
||||
# >> For macOS only
|
||||
] ++ pkgs.lib.optionals (pkgs.stdenv.isDarwin) [
|
||||
pkgs.duti
|
||||
pkgs.pinentry_mac
|
||||
];
|
||||
# << For macOS only
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue