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