nix-config/modules/system/home/niri-setup/default.nix
2024-03-13 20:34:10 +01:00

16 lines
338 B
Nix

{ pkgs, ... }: {
programs.fuzzel= {
enable = true;
settings = {
colors = {
background = "191724ee";
text = "e0def4ff";
match = "eb6f92ff";
selection = "524f67ee";
selection-text = "e0def4ff";
selection-match = "eb6f92ff";
border = "26233aff";
};
};
};
}