feat: add fuzzel config and import it in niri.nix

This commit is contained in:
2025-05-25 10:59:54 +02:00
parent a11050f6e5
commit b8fad8d4b4
2 changed files with 18 additions and 0 deletions

17
home/gunalx/fuzzel.nix Normal file
View File

@@ -0,0 +1,17 @@
{ pkgs, config, lib, ... }:
{
programs.fuzzel = {
enable = true;
package = pkgs.fuzzel;
settings = {
main = {
terminal = "${pkgs.foot}/bin/foot";
layer = "overlay";
};
colors = {
background = "ffffffff";
};
};
};
}

View File

@@ -584,6 +584,7 @@ in
./wlogout.nix
./mako.nix
./fcitx5.nix
./fuzzel.nix
];