hm/graphical-client: add 1password to startup
This commit is contained in:
parent
f77cbec2db
commit
eef598ec1f
3 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||||
|
|
|
@ -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; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue