Skip to content

feat: add light and dark theme selectors in appearance settings #709

feat: add light and dark theme selectors in appearance settings

feat: add light and dark theme selectors in appearance settings #709

Workflow file for this run

name: nix format
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
runs-on: depot-ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- name: Check Nix code formatting
run: nix run nixpkgs#alejandra -- --check .