summaryrefslogtreecommitdiff
path: root/README.md
blob: bf7f0a36922d52175e0661d3ec06f0da9c0056fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<div align="center">

# ./.

<a href="https://github.com/NixOS/nixos-artwork">
  <img src="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nix-snowflake-rainbow.svg" alt="Nix Logo" width=250px>
</a>

[![Made with Neovim](https://img.shields.io/static/v1?label=Made%20with&message=Neovim&color=00b952&style=flat-square&logo=neovim)](https://neovim.io/)
[![NixOS Unstable](https://img.shields.io/static/v1?label=NixOS&message=unstable&color=5277c3&style=flat-square&logo=nixos)](https://nixos.org/)
[![CI Status](https://github.com/getchoo/flake/actions/workflows/ci.yaml/badge.svg)](https://github.com/getchoo/flake/actions/workflows/ci.yaml)

greasy taco i love

</div>

## flake/

Pieces meant for maintaining this flake

## lib/

Small functions I like to use around here

## modules/

Sets of modules meant for NixOS and
[nix-darwin](https://github.com/LnL7/nix-darwin)

## openwrt/

Configurations for
[nix-openwrt-imagebuilder](https://github.com/astro/nix-openwrt-imagebuilder)

## secrets/

Configuration secrets managed by the wonderful
[agenix](https://github.com/ryantm/agenix)

## systems/

My NixOS and nix-darwin system configurations

## terraform/

Personal infrastructure defined with [Terraform/OpenTofu](https://opentofu.org/)

## users/

Home of my [home-manager](https://nix-community.github.io/home-manager/) user
configurations

## flake.nix

Where everything begins

## justfile

Recipes to help me [just](https://github.com/casey/just) get things done