From 80841a9f8b5c76ee2b157ccad6944fd7d10f15f9 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 13 Oct 2024 21:59:31 +0300 Subject: [PATCH] add plans to readme --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53d09dc..7042f45 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # nix-configuration -The nix configuration +The nix configuration of mine. I am trying to find a very suitable workplace for myself. If i can get to be as comfortable as i am in Arch Linux I will switch to the NixOS on my Desktop too. + + +But There are couple of things i need to do before: + +- [ ] add git hash to the nixos build generations +- [ ] fix cuda drivers + - [ ] fix nvidia-smi command + - [ ] compile a cuda program successfully + - [ ] build a python package with embedded cuda and run successfully +- [ ] learn how to deal with development environments +- [ ] learn how to write derivations for cpp projects +- [ ] configure hyprland +- [ ] disk encryption +- [ ] ssh gpg secret backup +- [ ] add unstable channels to the flake.nix +- [ ] home manager setup without translating every line in my configs to nix options. (tldr just symlink files the nix way) +- [ ] add japanese IME fcitx5 mosc +- [ ] add beautifier to the nix code. +- [ ] make an ISO file with my configurations +- [ ] make a github action that tests if my configuration is gonna build successfully or not +- [ ] learn cache management