diff options
| author | seth <[email protected]> | 2024-07-05 07:30:49 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-09 15:38:51 -0400 |
| commit | 5fe2777acda756ae69f59e084afd9f6d35a535da (patch) | |
| tree | b8a0bd2d2b2dd7e1e5591932e7d24dcc157fcd07 /README.md | |
| parent | 3578918af2e77de4c0a9290fb80721a7e08e43e3 (diff) | |
tree-wide: document most things
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 52 |
1 files changed, 23 insertions, 29 deletions
@@ -1,4 +1,4 @@ -# flake ❄️ +# ./. ❄️ [](https://neovim.io/) [](https://nixos.org/) @@ -6,47 +6,41 @@ greasy taco i love -## my machines +## dev/ -all of these names are based off the [portal](<https://en.wikipedia.org/wiki/Portal_(video_game)>) series +Tools that help me make and maintain everything -### glados +## lib/ -my main desktop +Small functions I like to use around here -### glados-wsl +## modules/ -my main desktop, but the windows install :p +Sets of modules meant for NixOS and +[nix-darwin](https://github.com/LnL7/nix-darwin) -### caroline +## secrets/ -my macbook air +Configuration secrets managed by the wonderful +[agenix](https://github.com/ryantm/agenix) -### atlas +## users/ -my ampere arm server from oracle, services my miniflux instance and some other things. +Home of my [home-manager](https://nix-community.github.io/home-manager/) user +configurations -## special thanks +## ext/ -there are some amazing tools i use to make/manage this flake that i would highly recommend checking out: +External, not so nix-y things -- [home-manager](https://github.com/nix-community/home-manager) -- [agenix](https://github.com/ryantm/agenix) -- [cachix](https://www.cachix.org/) -- [nix-fast-build](https://github.com/Mic92/nix-fast-build) -- [nixinate](https://github.com/MatthewCroughan/nixinate) -- [flake-parts](https://github.com/hercules-ci/flake-parts) -- [terranix](https://github.com/terranix/terranix) -- [lanzaboote](https://github.com/nix-community/lanzaboote) -- [nixos-wsl](https://github.com/nix-community/nixos-wsl) -- [nix-openwrt-imagebuilder](https://github.com/astro/nix-openwrt-imagebuilder) +## .envrc -## fun screenshots +My [nix-direnv](https://github.com/nix-community/nix-direnv) configuration -<details> -<summary>click me!</summary> +## flake.nix - - +Where everything begins -</details> +## justfile + +Recipes to help me [just](https://github.com/casey/just) get things done |
