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
];
};
}

View file

@ -11,7 +11,6 @@ in
config = mkIf cfg.enable {
programs.mpv = {
enable = true;
package = pkgs.stable.mpv;
# https://github.com/mpv-player/mpv/blob/master/etc/input.conf
bindings = {