diff options
author | Renken <renken@shione.net> | 2022-09-08 12:51:16 +0200 |
---|---|---|
committer | Renken <renken@shione.net> | 2022-09-08 12:51:16 +0200 |
commit | e03de7eda440aec21a806b53ffd19e4ec5d46fc1 (patch) | |
tree | f2a0dcc4f1be8ea63ed7fbb6ab3f2eb4fa0b40fc | |
parent | 8142bd412bdf77e8f58a70dc0f6688bb6f890310 (diff) | |
download | shione-e03de7eda440aec21a806b53ffd19e4ec5d46fc1.tar.gz shione-e03de7eda440aec21a806b53ffd19e4ec5d46fc1.zip |
readme: document hosts and their todos
-rw-r--r-- | README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..68fae70 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Nichijou + +Experimental Guix packaging and configuration. This project is mainly for +educational purposes. However, the aim is to produce a per-host shared +configuration that would suit my real world usage. + +# Siga + +My personal computer which runs GNU/Linux Debian testing. + +## TODO + +* Pass `is-foreign-distro?` boolean which determines whether the host is running + Guix on top of a foreign distro or not. If yes, a selected portion of packages + will not be installed e.g., neovim should be installed using apt, plugins + installed through Guix should work just fine. + +# Shione + +My GNU/Linux Debian stable sever which is no longer operation, it will have a +basic home configuration with only neovim on it. + +## TODO + +* Perhaps a bash configuration that is produces essentials of the zsh one? + +# [insert work computer name here] + +My work computer which should run GNU/Linux Debian either stable or testing. It +doesn't exist yet. + +## TODO + +* Neovim and zsh. |