From b586399df980a48ba121a554cb42ab965f315073 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 9 May 2025 17:05:00 -0700 Subject: [PATCH] adding pip --- README.org | 37 ++++++++++++++++++++++++++++--------- configs/pkgs.nix | 1 + 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index 51a3f21..a74fddc 100644 --- a/README.org +++ b/README.org @@ -1,15 +1,34 @@ #+TITLE: imladris NixOS config -* Imladris NixOS config +* NixOS configs - imladris is my Thinkpad X1 carbon tailored for focused computing. +** imladris - Baseline specs for reference: + imladris is my Thinkpad X1 carbon tailored for focused computing. - + Gen 7 14" - + CPU: i7-8665U @ 1.90GHz - + 16GB RAM - + 512GB SSD + Baseline specs for reference: - The primary things I want to use it for are writing, lisping, and working on - uLisp or other portable computing projects. + + 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 + +#+begin_example +doas rm -r /etc/nixos +git clone https://git.wntrmute.dev/kyle/nixos nixos +cd nixos +git remote add local ~kyle/src/config/nixos +#+end_example diff --git a/configs/pkgs.nix b/configs/pkgs.nix index 163a4b6..daf4c65 100644 --- a/configs/pkgs.nix +++ b/configs/pkgs.nix @@ -70,6 +70,7 @@ pwgen python3Full python311Packages.meshtastic + python311Packages.pip rlwrap rofi sbcl