removed shell plugins for 1 password

This commit is contained in:
John Lancaster
2025-08-25 21:53:53 -05:00
parent baecc7bb69
commit 682bc9d826
2 changed files with 14 additions and 14 deletions

View File

@@ -37,10 +37,10 @@
] ++ lib.optional config._1password "1password";
};
shellAliases.ls = "${pkgs.eza}/bin/eza -lgos type --no-time";
initContent = lib.mkIf config._1password ''
if [ -f "${config.home.homeDirectory}/.config/op/plugins.sh" ]; then
source ${config.home.homeDirectory}/.config/op/plugins.sh
fi
'';
# initContent = lib.mkIf config._1password ''
# if [ -f "${config.home.homeDirectory}/.config/op/plugins.sh" ]; then
# source ${config.home.homeDirectory}/.config/op/plugins.sh
# fi
# '';
};
}