configures fuzzel scripts

This commit is contained in:
Dennis Schoepf 2025-11-26 00:03:49 +01:00
parent f574663541
commit 5c28fcff69
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,10 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{
xdg.configFile."fuzzel/bin" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/wm/fuzzel/scripts";
};
programs.fuzzel = {
enable = true;
settings = {
@ -17,6 +21,7 @@
vertical-pad = 20;
inner-pad = 25;
image-size-ratio = 1;
prompt = "Open ";
};
colors = {
background = "0f0b15f5";