From 6e1624b26c270bef42b57b5d1dafbba111c47d56 Mon Sep 17 00:00:00 2001 From: Random936 Date: Tue, 18 Nov 2025 20:07:17 -0500 Subject: [PATCH] Fixed issue with protonmail-bridge path --- bash-scripts | 2 +- config/omen.nix | 6 +++++- dotfiles/.config/i3/config | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bash-scripts b/bash-scripts index 57ef154..5180bc8 160000 --- a/bash-scripts +++ b/bash-scripts @@ -1 +1 @@ -Subproject commit 57ef154e0f512874e724544ae0deaa59681302bf +Subproject commit 5180bc805ca9f138ec1a6a539d0eb92218794d8b diff --git a/config/omen.nix b/config/omen.nix index 95c6f12..697c0b9 100644 --- a/config/omen.nix +++ b/config/omen.nix @@ -84,7 +84,11 @@ description = "Protonmail Bridge"; after = [ "network.target" ]; wantedBy = [ "default.target" ]; - path = [ pkgs.pass ]; + path = with pkgs; [ + pass + gnupg + pinentry-gtk2 + ]; serviceConfig = { Restart = "always"; ExecStart = "${pkgs.protonmail-bridge}/bin/protonmail-bridge --noninteractive"; diff --git a/dotfiles/.config/i3/config b/dotfiles/.config/i3/config index 3c0d242..e895c80 100644 --- a/dotfiles/.config/i3/config +++ b/dotfiles/.config/i3/config @@ -44,7 +44,7 @@ bindsym $mod+Shift+k move up bindsym $mod+Shift+j move down bindsym $mod+Shift+l move right -# move entire workspace +# move entire workspace bindsym $mod+Shift+period move workspace to output right bindsym $mod+Shift+comma move workspace to output left