make fuzzel wider

This commit is contained in:
cy 2025-01-19 00:23:46 -05:00
parent f26cc9575d
commit afc2e8ea66

View file

@ -2,10 +2,10 @@
let let
wallpaper = "${./nixos-c-book.png}"; wallpaper = "${./nixos-c-book.png}";
terminal = "foot"; terminal = "foot";
menu = "fuzzel"; menu = [ "fuzzel" "-w" "100" ];
browser = "librewolf"; browser = "librewolf";
file-manager = "thunar"; file-manager = "thunar";
clipboard = "cliphist list | ${menu} --dmenu | cliphist decode | wl-copy"; clipboard = "cliphist list | ${lib.concatStringsSep " " menu} --dmenu | cliphist decode | wl-copy";
in in
{ {
programs.niri.settings = programs.niri.settings =