feat: update Hoarder Docker Compose configuration with environment variables and reintroduce 1Password CLI
Some checks failed
Nix Format Check / check-format (push) Failing after 41s
Some checks failed
Nix Format Check / check-format (push) Failing after 41s
This commit is contained in:
@ -28,9 +28,6 @@
|
||||
wget
|
||||
fastfetch
|
||||
|
||||
# 1Password CLI
|
||||
_1password-cli
|
||||
|
||||
# Package management
|
||||
devbox
|
||||
|
||||
|
@ -1,4 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ ddrescue ];
|
||||
home.packages = with pkgs; [
|
||||
ddrescue
|
||||
|
||||
# 1Password CLI
|
||||
_1password-cli
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user