Skip to content

Commit

Permalink
fix(users/gael): remove mysql from op plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 16, 2025
1 parent 0cfca6d commit 9210ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/gael/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ in {
};
_1password-shell-plugins = {
enable = true;
plugins = with pkgs; [ gh cachix mysql ];
plugins = with pkgs; [ gh cachix ];
};
};

Expand Down

0 comments on commit 9210ccc

Please sign in to comment.