Skip to content

feat: add zellij custom preferences, factorize some config in modules #36

feat: add zellij custom preferences, factorize some config in modules

feat: add zellij custom preferences, factorize some config in modules #36

Workflow file for this run

name: Nix
on: [push, pull_request]
jobs:
build:
name: Check flake and upload build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check flake structure
run: nix flake check