🧹 reformat files

This commit is contained in:
Moritz Böhme 2022-02-07 15:30:54 +01:00
parent 7d9ffb5a2d
commit 044e7b4dbd
No known key found for this signature in database
GPG key ID: 213820E2795F5CF5
5 changed files with 9 additions and 5 deletions

View file

@ -8,7 +8,8 @@ let
randomWallpaper = import ./randomWallpaper.nix { inherit pkgs; };
share = import ./share.nix { inherit pkgs; };
sxhkdHelp = import ./sxhkdHelp.nix { inherit pkgs; };
in {
in
{
home-manager.users.moritz.home.packages =
[ cheat cycleSinks git-switch protonge randomWallpaper share sxhkdHelp ];
}

View file

@ -7,5 +7,5 @@ pkgs.writeShellApplication {
awk '/^[a-z]/ && last {print "<small>",$0,"\t",last,"</small>"} {last=""} /^#/{last=$0}' ~/.config/sxhkd/sxhkdrc |
column -t -s $'\t' |
rofi -dmenu -i -markup-rows -no-show-icons -width 1000 -lines 15 -yoffset 40
'';
'';
}