.files/nix/configurations/vanadium/home/xmonad
Léana 江 d4fa0b8bb6
vanadium/xmonad: use <> instead of <+>
<+> is synonym of infix mappend.
Mappend is redundant and has the default implementation
mappend = (<>) since base-4.11.0.0. Should it be implemented manually,
since mappend is a synonym for (<>), it is expected that the two
functions are defined the same way. In a future GHC release mappend will
be removed from Monoid.
2025-08-25 23:07:45 +08:00
..
lib/Leanamonad vanadium: move xmonad config 2025-05-20 11:05:05 +02:00
leanamonad.cabal vanadium: move xmonad config 2025-05-20 11:05:05 +02:00
xmonad.hs vanadium/xmonad: use <> instead of <+> 2025-08-25 23:07:45 +08:00