Go to file
Kyle Isom f8109f6816 add nrfutil 2025-05-09 17:14:09 -07:00
archive imladris is booted and working 2025-04-29 22:13:45 -07:00
configs add nrfutil 2025-05-09 17:14:09 -07:00
hw flakier nixos 2025-05-05 16:25:02 -07:00
script pass arguments (like --upgrade) to nixos-rebuild. 2025-05-09 13:36:00 -07:00
.gitignore imladris is booted and working 2025-04-29 22:13:45 -07:00
Makefile adding meshtastic 2025-05-09 14:03:41 -07:00
README.org adding pip 2025-05-09 17:05:00 -07:00
configuration.nix move pkgs to new config file 2025-05-06 18:44:48 -07:00
flake.lock even flakier 2025-05-05 17:03:47 -07:00
flake.nix flakier nixos 2025-05-05 16:25:02 -07:00
hardware-configuration.nix imladris is booted and working 2025-04-29 22:13:45 -07:00

README.org

imladris NixOS config

NixOS configs

imladris

imladris is my Thinkpad X1 carbon tailored for focused computing.

Baseline specs for reference:

  • Gen 7 14"
  • CPU: i7-8665U @ 1.90GHz
  • 16GB RAM
  • 512GB SSD

The primary things I want to use it for are writing, lisping, and working on uLisp or other portable computing projects.

orion

orion is an Intel NUC desktop.

  • CPU: i5-1135G7 @ 2.40 GHz
  • 16GB RAM
  • 1TB SSD

Set up

doas rm -r /etc/nixos
git clone https://git.wntrmute.dev/kyle/nixos nixos
cd nixos
git remote add local ~kyle/src/config/nixos