Go to file
Kyle Isom 352dbc1605 disable ghostty 2025-09-09 17:18:11 -07:00
archive imladris is booted and working 2025-04-29 22:13:45 -07:00
configs disable ghostty 2025-09-09 17:18:11 -07:00
hw add sk 2025-09-09 16:21:14 -07:00
script excluding large dirs 2025-09-09 16:21:14 -07:00
.gitignore Starting config for rift. 2025-09-02 20:24:42 -07:00
Makefile adding meshtastic 2025-05-09 14:03:41 -07:00
README.org multiple updates 2025-09-01 14:50:49 -07:00
configuration.nix select nh over nix for gc 2025-09-01 14:07:08 -07:00
flake.lock Starting config for rift. 2025-09-02 20:24:42 -07:00
flake.nix add sk 2025-09-09 16:21:14 -07:00
flash.sh Starting config for rift. 2025-09-02 20:24:42 -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
doas git clone https://git.wntrmute.dev/kyle/nixos /etc/nixos
cd nixos
doas git remote add local ~kyle/src/config/nixos