From 1bc3810cbce9042cbe5a85332858c3e8d446fa2d Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Fri, 10 Apr 2020 15:07:18 +0300 Subject: [PATCH] chore: Readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb9217c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Nixos-config + +My first nixos-config! A lot of stuff is taken from [this config](https://github.com/Brettm12345/nixos-config). + +Just simlink this in `/etc/nixos/configuration` and import it in `configuration.nix`. This config __does not__ do anything related to the hardware config, so keep that imported as well. + +Stuff todo: +- setup zsh +- setup a way to save my vsc config +- look into xmonad +- setup other langs I use like f# and haskell \ No newline at end of file