1password user

This commit is contained in:
2026-03-05 12:42:07 +01:00
parent 7c8664982e
commit 92f26ff42f

View File

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