Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Dec 7, 2024
1 parent 652295c commit 8b7a359
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions home/roles/desktop/xserver/xmonad/xmonad.hs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,9 @@ pkgs.writeText "xmonad.hs" ''
myStartupHook :: X ()
myStartupHook = startupHook def <+> do
${
optionalString (cfg.autoruns != { }) ''
${concatStringsSep "\n " (mapAttrsToList mkAutorun cfg.autoruns)}
''
}
${optionalString (cfg.autoruns != { }) ''
${concatStringsSep "\n " (mapAttrsToList mkAutorun cfg.autoruns)}
''}
myLayout = avoidStruts $ smartBorders $ spacingWithEdge 5 $ tiled ||| Mirror tiled ||| Full
where
Expand Down

0 comments on commit 8b7a359

Please sign in to comment.