nix-config/home-manager/opdavies/PW05CH3L.nix
Oliver Davies 556de5e482
All checks were successful
/ check (push) Successful in 1m38s
Move zsh configuration
2025-07-28 02:43:35 +01:00

18 lines
269 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
count-tags
create-script
get-tags
tag-release
time-until
update-all-git-repos
vix
zet-new
];
xdg.configFile."pam-gnupg".text = ''
C0D940F9A390F286FCAAE8439D501171E39D0A47
'';
}