diff options
-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. |