Add readme and catchy name

This commit is contained in:
Reid 2023-08-10 02:30:22 -07:00
parent c24c9bc58b
commit 9f5976eabf
3 changed files with 13 additions and 2 deletions

12
readme.md Normal file
View file

@ -0,0 +1,12 @@
# Flake-o-rama
Nix Flake dotfiles used on my server.
## Development
_Commands here will assume you are currently in the directory of the dotfiles._
- To build the system:
```sh
sudo nixos-rebuild switch --flake ".#server"
```