Skip to content

fix(home-manager): correctly set btop's theme #56

fix(home-manager): correctly set btop's theme

fix(home-manager): correctly set btop's theme #56

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run formatter
run: nix fmt
- name: Check for changes
run: git diff --color=always --exit-code