blob: d49dcc17b20a0f9b3a2badc3b2d77b6241cb6ed2 (
plain)
1
2
3
4
5
6
7
8
9
|
{pkgs, config, ...}: {
xmonad-config = {
launcher = "rofi -show drun -show-icons";
terminal = "ghostty";
wallpaper = config.theme.desktop.wallpaper;
xmobar.font = config.theme.font;
};
}
|