formatting
This commit is contained in:
parent
bc0bd35efb
commit
651dfa31cc
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue