add hyprland and greetd
This commit is contained in:
parent
7a6da71236
commit
77b3ecebb7
22 changed files with 84 additions and 321 deletions
12
hosts/common/services/protonmail.nix
Normal file
12
hosts/common/services/protonmail.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.protonmail-bridge = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
systemd.user.services.protonmail-bridge.serviceConfig = {
|
||||
ExecStartPre = "${pkgs.bash}/bin/bash -c 'until ${pkgs.systemd}/bin/busctl --user list | grep -q org.freedesktop.secrets; do sleep 1; done'";
|
||||
RestartSec = "10s";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue