Unpin some pinned packages
All checks were successful
/ check (push) Successful in 1m37s

This commit is contained in:
Oliver Davies 2025-06-28 00:10:59 +01:00
parent a8c0cf5e63
commit 994b2e2b87
3 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
stable.handbrake
handbrake
];
};
}