Files
dotfiles/config/home-manager/packages/server/packages.nix
Menno van Leeuwen 785bd9b122
All checks were successful
Nix Format Check / check-format (push) Successful in 56s
style: clean up whitespace and formatting in Nix package configurations
2025-03-12 13:55:18 +01:00

10 lines
108 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
ddrescue
# 1Password CLI
_1password-cli
];
}