Skip to content

home/nemo: add dconf settings #163

home/nemo: add dconf settings

home/nemo: add dconf settings #163

Workflow file for this run

name: "nix"
on: [push]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cachix/install-nix-action@v27
- name: check if flake complies with default style
run: nix fmt -- -c .
check-eval:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cachix/install-nix-action@v27
- name: check if flake evaluates
run: nix flake check