adding pip
This commit is contained in:
parent
c0454264f0
commit
b586399df9
21
README.org
21
README.org
|
@ -1,6 +1,8 @@
|
||||||
#+TITLE: imladris NixOS config
|
#+TITLE: imladris NixOS config
|
||||||
|
|
||||||
* Imladris NixOS config
|
* NixOS configs
|
||||||
|
|
||||||
|
** imladris
|
||||||
|
|
||||||
imladris is my Thinkpad X1 carbon tailored for focused computing.
|
imladris is my Thinkpad X1 carbon tailored for focused computing.
|
||||||
|
|
||||||
|
@ -13,3 +15,20 @@
|
||||||
|
|
||||||
The primary things I want to use it for are writing, lisping, and working on
|
The primary things I want to use it for are writing, lisping, and working on
|
||||||
uLisp or other portable computing projects.
|
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
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
pwgen
|
pwgen
|
||||||
python3Full
|
python3Full
|
||||||
python311Packages.meshtastic
|
python311Packages.meshtastic
|
||||||
|
python311Packages.pip
|
||||||
rlwrap
|
rlwrap
|
||||||
rofi
|
rofi
|
||||||
sbcl
|
sbcl
|
||||||
|
|
Loading…
Reference in New Issue