rename files

This commit is contained in:
2026-03-15 11:54:05 +01:00
parent 16ca79521d
commit 0977fd3f0d
4 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=${pkgs._1password-gui}/bin/1password --silent %U
Terminal=false
Type=Application
Icon=1password
'';
};
};
}