Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 482 Bytes

README.org

File metadata and controls

18 lines (11 loc) · 482 Bytes

My Xmonad + Xmobar config

This flake exports a home-manager module to set up my xmonad + xmobar configuration.

Import this snippet to your home-manger configuration file to use this module.

{ inputs, pkgs, ... }:

{

  imports = [ inputs.myxmonad.homeManagerModules.default ];

  mysystem.windowManager.xmonad.enable = true;

}