Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrcjkb/.xmonad
- Owner: mrcjkb
- License: gpl-2.0
- Created: 2021-02-09T09:18:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T00:06:02.000Z (9 months ago)
- Last Synced: 2024-04-13T15:49:51.488Z (9 months ago)
- Topics: nixos, nixos-configuration, xmonad, xmonad-configuration
- Language: Haskell
- Homepage:
- Size: 313 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```