diff --git a/README.md b/README.md index 11ac16c..7b89add 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ -# nixos +# My NixOS configs ✨ -Unified NixOS flake for three hosts: +## Hosts +- **mreow**: My personal Framework 13 laptop +- **yarn**: Machine I usually just play games on. Boots into SteamOS-like interface. +- **muffin**: Homeserver, runs various services. -- **mreow** — Framework 13 AMD AI 300 laptop (nixos-unstable) -- **yarn** — AMD Zen 5 desktop with Jovian-NixOS Steam mode (nixos-unstable, pull-based updates) -- **muffin** — AMD Zen 3 server (nixos-25.11, deploy-rs, agenix, ZFS, Caddy + services) +## Desktop/Laptop -This repository was created by merging the histories of `dotfiles` (mreow, yarn) and `server-config` (muffin) -via `git subtree add`. See `git log --follow ` to trace any file across the merge. +### What do I use? +Browser: Firefox 🦊 (actually [Zen Browser](https://github.com/zen-browser/desktop) :p) -See `AGENTS.md` for development conventions. +Text Editor: [Doom Emacs](https://github.com/doomemacs/doomemacs) + +Terminal: [alacritty](https://github.com/alacritty/alacritty) + +Shell: [fish](https://fishshell.com/) with the [pure](https://github.com/pure-fish/pure) prompt + +WM: [niri](https://github.com/YaLTeR/niri) (KDE on my desktop) + +### Background + - Got my background from [here](https://old.reddit.com/r/celestegame/comments/11dtgwg/all_most_of_the_backgrounds_in_celeste_edited/) and used the command `magick input.png -filter Point -resize 2880x1920! output.png` to upscale it bilinearly