From 857ee92d5045c5aff5e44a67fe6c02cbf802a70e Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 15 Oct 2023 20:55:06 +1300 Subject: [PATCH] change: 1password hyprland exec --- home/ooks/opt/desktop/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ooks/opt/desktop/hyprland/default.nix b/home/ooks/opt/desktop/hyprland/default.nix index a5e8a7a..fbdc28e 100644 --- a/home/ooks/opt/desktop/hyprland/default.nix +++ b/home/ooks/opt/desktop/hyprland/default.nix @@ -84,7 +84,7 @@ "${pkgs.swaybg}/bin/swaybg -i ~/.dotfiles/nix/walls/gruvbox/gruvbox-blank.png --mode fill" ]; exec-once = [ - "${pkgs._1password-gui}/bin/1password --silent" + "${pkgs._1password-gui}/bin/1password --silent --enable-features=UseOzonePlatform --ozone-platform=wayland" ]; }; };