From f7459348f406ea33f954be063228b12f4034f543 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Wed, 11 Dec 2024 18:14:59 +0100 Subject: [PATCH] fix: fuzzel prompt --- home/graphical/fuzzel.nix | 2 +- home/hyprland/default.nix | 6 +----- options/services/nysh.nix | 5 +---- options/services/tailscale.nix | 2 +- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/home/graphical/fuzzel.nix b/home/graphical/fuzzel.nix index 2ced0ad..093635b 100644 --- a/home/graphical/fuzzel.nix +++ b/home/graphical/fuzzel.nix @@ -10,7 +10,7 @@ line-height = 30; fields = "name,generic,comment"; terminal = lib.my.getExe osConfig.modules.system.roles.desktop.terminal; - prompt = "❯ "; + prompt = ''"❯ "''; layer = "overlay"; }; colors = { diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index e2589e1..4d64c1a 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -29,11 +29,7 @@ mkIf osConfig.programs.hyprland.enable { exec-once = [ "${config.services.kdeconnect.package}/bin/kdeconnect-indicator" - "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window" - - # keepassxc ignores themeing and doesnt show up in system tray otherwise - # Dirty solution but hey - "sleep 3 && ${pkgs.keepassxc}/bin/keepassxc" + "${pkgs.keepassxc}/bin/keepassxc" (lib.mkIf config.services.hypridle.enable "${pkgs.hypridle}/bin/hypridle") ]; diff --git a/options/services/nysh.nix b/options/services/nysh.nix index e98f282..061cc34 100644 --- a/options/services/nysh.nix +++ b/options/services/nysh.nix @@ -26,10 +26,7 @@ in pkgs.brightnessctl pkgs.networkmanager ]; - wantedBy = [ - "multi-user.target" - "graphical-session.target" - ]; + wantedBy = [ "graphical-session.target" ]; partOf = [ "graphical-session.target" ]; after = [ "graphical-session-pre.target" ]; diff --git a/options/services/tailscale.nix b/options/services/tailscale.nix index 3f75f23..cd5047e 100644 --- a/options/services/tailscale.nix +++ b/options/services/tailscale.nix @@ -86,7 +86,7 @@ in description = "tailscale system tray"; wantedBy = [ "graphical-session.target" ]; wants = [ "graphical-session.target" ]; - after = [ "graphical-session.target" ]; + after = [ "graphical-session-pre.target" ]; path = [ pkgs.polkit ]; serviceConfig = { Type = "simple";