Revert "Replace protonmail-bridge with protonmail-bridge-gui"
This reverts commit f972333362
.
This commit is contained in:
parent
f972333362
commit
901846c0eb
|
@ -28,7 +28,6 @@
|
||||||
hunspellDicts.en_GB-large
|
hunspellDicts.en_GB-large
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
proton-pass
|
proton-pass
|
||||||
protonmail-bridge-gui
|
|
||||||
hyprpicker
|
hyprpicker
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
|
|
|
@ -14,6 +14,13 @@
|
||||||
./avizo.nix
|
./avizo.nix
|
||||||
./wlogout.nix
|
./wlogout.nix
|
||||||
];
|
];
|
||||||
|
home.packages = [
|
||||||
|
(pkgs.writeShellScriptBin "protonmail-setup-bridge" ''
|
||||||
|
pkill -9 -f protonmail-bridge
|
||||||
|
PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -c
|
||||||
|
${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl dispatch exec "PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"
|
||||||
|
'')
|
||||||
|
];
|
||||||
stylix.targets.hyprlock.enable = false; # TODO maybe re-enable once I've checked what it does
|
stylix.targets.hyprlock.enable = false; # TODO maybe re-enable once I've checked what it does
|
||||||
services = {
|
services = {
|
||||||
kanshi.systemdTarget = "hyprland-session.target";
|
kanshi.systemdTarget = "hyprland-session.target";
|
||||||
|
@ -156,6 +163,7 @@
|
||||||
"systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORMTHEME"
|
"systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORMTHEME"
|
||||||
"${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}"
|
"${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}"
|
||||||
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
|
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
|
||||||
|
"PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"
|
||||||
"${pkgs.dex}/bin/dex -a"
|
"${pkgs.dex}/bin/dex -a"
|
||||||
];
|
];
|
||||||
gestures.workspace_swipe = true;
|
gestures.workspace_swipe = true;
|
||||||
|
|
Loading…
Reference in a new issue