(neodymium/home) add fuzzel launcher

This commit is contained in:
Laureηt 2023-10-17 19:01:32 +02:00
parent 461ab66e85
commit cdd78ba5b1
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -16,6 +16,24 @@ in {
extraConfig = builtins.readFile "${catppuccin-mako}/src/mocha";
};
programs.fuzzel = {
enable = true;
settings = {
main = {
line-height = 15;
lines = 10;
};
colors = {
background = "1E1E2EEE";
text = "7F849CFF";
match = "89B4FAFF";
selection = "45475AFF";
selection-text = "CDD6F4FF";
selection-match = "89B4FAFF";
};
};
};
services.swayidle = {
enable = true;
systemdTarget = "hyprland-session.target";