Skip to content

Commit

Permalink
fix(nix): Fix op config dir activation script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Feb 29, 2024
1 parent dbed4d1 commit b0c6105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/modules/op-shell-plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in {
(map (package: builtins.baseNameOf (lib.getExe package)) cfg.plugins)}
'';
in mkIf cfg.enable (mkMerge [{
activation.opDirPermissions = "chmod 700 ${config.xdg.configHome}/op";
home.activation.opDirPermissions = "chmod 700 ${config.xdg.configHome}/op";
home.packages = [ pkgs._1password ] ++ cfg.plugins;
programs = {
fish.interactiveShellInit = ''
Expand Down

0 comments on commit b0c6105

Please sign in to comment.