All checks were successful
Nix Format Check / check-format (push) Successful in 56s
10 lines
108 B
Nix
10 lines
108 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
ddrescue
|
|
|
|
# 1Password CLI
|
|
_1password-cli
|
|
];
|
|
}
|