formatting

This commit is contained in:
caandt 2025-01-01 10:22:14 -05:00
parent bc0bd35efb
commit 651dfa31cc

View file

@ -6,11 +6,13 @@
}: let
ln = config.u.lib.ln "${config.u.confPath}/user/bin";
in {
u.bin = with pkgs; {
u.bin = with pkgs;
{
edit = [];
sh-tmux = [tmux];
sm = [];
} // lib.optionalAttrs config.u.has.graphical {
}
// lib.optionalAttrs config.u.has.graphical {
bell = [pipewire libnotify];
nsxiv-rifle = [nsxiv];
screenshot = [maim xclip];