SimSaladin / xmonad-configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmonad-configuration

Highly customized XMonad configuration.

Setup:

git clone github.com/SimSaladin/xmonad-configuration ~/.config/xmonad
./build

Build

nix build

pre-commit checks

Uses pre-commit-hooks.nix.

Enter dev shell with nix shell. What it does:

  1. installs .git/hooks/pre-commit and generate .pre-commit-config.yaml
  2. provides a pre-commit executable in the shell to run the checks

Alternatively, you can build the attribute:

nix build .#checks.x86_64-linux.pre-commit-check
# Run flake checks
nix flake check

# Check all files
pre-commit run -a

About


Languages

Language:Haskell 96.3%Language:Nix 2.5%Language:Shell 1.2%