Remove PW05CH3L.nix
All checks were successful
/ check (push) Successful in 51s

This commit is contained in:
Oliver Davies 2025-08-31 21:41:32 +01:00
parent 22ed68a46e
commit 37c36112e3

View file

@ -1,17 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
count-tags
create-script
get-tags
tag-release
time-until
update-all-git-repos
vic
];
xdg.configFile."pam-gnupg".text = ''
C0D940F9A390F286FCAAE8439D501171E39D0A47
'';
}