flake update
All checks were successful
/ check (push) Successful in 1m28s

This commit is contained in:
Oliver Davies 2025-06-22 13:55:04 +01:00
parent b926a50119
commit b691b02deb
6 changed files with 34 additions and 32 deletions

View file

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