onepassword

This commit is contained in:
2026-03-05 12:49:28 +01:00
parent ff7af3967d
commit b36077733a
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{ ... }: {
flake.homeModules.apps-usr-onepassword-all = { config, pkgs, ... }: {
home.file.".config/autostart/1password.desktop" = {
text = ''
[Desktop Entry]
Name=1Password
Exec=1password --silent %U
Terminal=false
Type=Application
Icon=1password
'';
};
};
}