From 651dfa31ccc715c9e1b0bb19417e54f3d975ee4b Mon Sep 17 00:00:00 2001 From: caandt Date: Wed, 1 Jan 2025 10:22:14 -0500 Subject: [PATCH] formatting --- user/bin/default.nix | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/user/bin/default.nix b/user/bin/default.nix index f4870f6..22960bc 100644 --- a/user/bin/default.nix +++ b/user/bin/default.nix @@ -6,15 +6,17 @@ }: let ln = config.u.lib.ln "${config.u.confPath}/user/bin"; in { - u.bin = with pkgs; { - edit = []; - sh-tmux = [tmux]; - sm = []; - } // lib.optionalAttrs config.u.has.graphical { - bell = [pipewire libnotify]; - nsxiv-rifle = [nsxiv]; - screenshot = [maim xclip]; - }; + u.bin = with pkgs; + { + edit = []; + sh-tmux = [tmux]; + sm = []; + } + // lib.optionalAttrs config.u.has.graphical { + bell = [pipewire libnotify]; + nsxiv-rifle = [nsxiv]; + screenshot = [maim xclip]; + }; home.file = builtins.listToAttrs ( map (x: {