···11# Ovyerus' dotfiles
2233-Dotfiles and other home configuration for my Unix machines. As of writing I only
44-apply this to my Darwin desktops, and as such this purely assumes such an
55-environment. I may expand this to work on my Linux servers (and desktops
66-eventually) in the future.
77-88-## Installing
99-1010-Make sure you have [Nix](https://nixos.org/) installed on your machine -
1111-[nix-installer](https://github.com/DeterminateSystems/nix-installer) is the
1212-easiest method - or use NixOS.
33+[NixOS](https://nixos.org), [nix-darwin](https://github.com/LnL7/nix-darwin),
44+and [home-manager](https://github.com/nix-community/home-manager) configurations
55+for my various personal machines and servers.
1361414-If you don't use nix-installer, you will need to enable the
1515-[`flakes`](https://nixos.org/manual/nix/stable/contributing/experimental-features#xp-feature-flakes)
1616-and
1717-[`nix-command`](https://nixos.org/manual/nix/stable/contributing/experimental-features#xp-feature-nix-command)
1818-experimental features.
77+These configurations are not intended to be used verbatim for anyone else's
88+usage, and instead are provided as real world examples of daily driver Nix
99+configurations. But there's nothing stopping you if you really want to do that.
19102020-```
2121-git clone https://github.com/Ovyerus/dotfiles.git ~/.config/home-manager
2222-nix run home-manager/master -- init --switch
2323-```
1111+NixOS and nix-darwin entrypoints are in [./flake.nix](./flake.nix).
24122513## License
2614