Files
2026-06-30 04:26:40 +03:00

11 lines
119 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
chezmoi
fzf
lazygit
lazydocker
sops
];
}