hm/graphical-client: add 1password to startup

This commit is contained in:
Luke Granger-Brown 2021-06-19 19:07:32 +01:00
parent f77cbec2db
commit eef598ec1f
3 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@
"${modifier}+Return" = "exec ${pkgs.alacritty}/bin/alacritty"; "${modifier}+Return" = "exec ${pkgs.alacritty}/bin/alacritty";
}; };
startup = [ startup = [
{ command = "${pkgs._1password-gui}/bin/1password"; notification = false; }
]; ];
output."*".bg = "${depot.pkgs.lukegb-wallpapers}/lunik1-gruvbox-dark-rainbow.png fill"; output."*".bg = "${depot.pkgs.lukegb-wallpapers}/lunik1-gruvbox-dark-rainbow.png fill";

View file

@ -16,6 +16,7 @@
startup = [ startup = [
{ command = "xss-lock --transfer-sleep-lock -- i3lock --nofork"; notification = false; } { command = "xss-lock --transfer-sleep-lock -- i3lock --nofork"; notification = false; }
{ command = "${pkgs.gnome3.networkmanagerapplet}/bin/nm-applet"; notification = false; } { command = "${pkgs.gnome3.networkmanagerapplet}/bin/nm-applet"; notification = false; }
{ command = "${pkgs._1password-gui}/bin/1password"; notification = false; }
]; ];
}; };
}; };

View file

@ -36,6 +36,7 @@
xss-lock xss-lock
yubioath-desktop yubioath-desktop
depot.nix.pkgs.flameshot depot.nix.pkgs.flameshot
_1password-gui
]); ]);
programs.alacritty = { programs.alacritty = {