Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrcjkb/.xmonad

My XMonad config (includes xmobar) and NixOS modules
https://github.com/mrcjkb/.xmonad

nixos nixos-configuration xmonad xmonad-configuration

Last synced: 2 months ago
JSON representation

My XMonad config (includes xmobar) and NixOS modules

Awesome Lists containing this project

README

        

# My xmonad & xmobar configs

[![Nix build](https://github.com/MrcJkb/.xmonad/actions/workflows/nix-build.yml/badge.svg)](https://github.com/MrcJkb/.xmonad/actions/workflows/nix-build.yml)

See also the corresponding [NixOS flake](https://github.com/MrcJkb/nixfiles/blob/master/flake.nix).

## To enter a development shell (with haskell-language-server)

Nix needs to be installed with flakes enabled.

```console
nix develop .
```