diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index c35525f..52520db 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, browser, term, spawnEditor, fetchFromGitHub, ... }: +{ config, lib, pkgs, browser, term, spawnEditor, ... }: { imports = [ @@ -214,4 +214,11 @@ } } ''; + programs.fuzzel.enable = true; + programs.fuzzel.settings = { + main = { + terminal = "${pkgs.alacritty}/bin/alacritty"; + }; + colors.background = config.lib.stylix.colors.base00+"e6"; + }; }