mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
rename files
This commit is contained in:
14
modules/apps/usr/onepassword-all.nix
Normal file
14
modules/apps/usr/onepassword-all.nix
Normal 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
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user