From d20ca024a72e447ce450628e457220aa21bc1ca3 Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 4 Jan 2025 18:49:34 +0300 Subject: [PATCH] update readme --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bfcc90c..34cca54 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,29 @@ # nixos is life -The nix configuration of mine. +The nix configuration of mine. My intentions are just to maintain my configuration and to contribute to the nix community. Here i have 4 machines. - Laptop **tartarus** (faulty hardware, nvidia gpu doesnt work) - Desktop **ymir** (beast, my most prized possesion as of now) + +I didnt get these setup yet. - Raspberry Pi Zero 2W **harmonica** (small machine for small tasks and cronjobs) (not setup yet) - Raspberry Pi 5 **pochita** (a server that i experiment with) (not setup yet) - +- Android phone (termux) **android** (not setup yet) # To-do list -- [ ] iso image generator +- [ ] iso image generator for nixos + - Basically the original nixos iso with added packages and tweaks. +- [ ] build custom android rom + - Or how to run nixos on the phone. +- [ ] build android apps using nix + - [ ] lichess + - [ ] termux +- [ ] build my qmk keyboard with nix - agenix - [ ] add my gpg keys - [ ] add ssh keys so that machines can connect to each other -- [ ] - +- [ ] module system with options +- [ ] see which derivations will be built and which will be downloaded from cache or which is already present in the nix store. +- [ ] see which python packages are giving build errors. +- [ ] home-manager setup