this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update README

+7 -19
+7 -19
README.md
··· 1 1 # Ovyerus' dotfiles 2 2 3 - Dotfiles and other home configuration for my Unix machines. As of writing I only 4 - apply this to my Darwin desktops, and as such this purely assumes such an 5 - environment. I may expand this to work on my Linux servers (and desktops 6 - eventually) in the future. 7 - 8 - ## Installing 9 - 10 - Make sure you have [Nix](https://nixos.org/) installed on your machine - 11 - [nix-installer](https://github.com/DeterminateSystems/nix-installer) is the 12 - easiest method - or use NixOS. 3 + [NixOS](https://nixos.org), [nix-darwin](https://github.com/LnL7/nix-darwin), 4 + and [home-manager](https://github.com/nix-community/home-manager) configurations 5 + for my various personal machines and servers. 13 6 14 - If you don't use nix-installer, you will need to enable the 15 - [`flakes`](https://nixos.org/manual/nix/stable/contributing/experimental-features#xp-feature-flakes) 16 - and 17 - [`nix-command`](https://nixos.org/manual/nix/stable/contributing/experimental-features#xp-feature-nix-command) 18 - experimental features. 7 + These configurations are not intended to be used verbatim for anyone else's 8 + usage, and instead are provided as real world examples of daily driver Nix 9 + configurations. But there's nothing stopping you if you really want to do that. 19 10 20 - ``` 21 - git clone https://github.com/Ovyerus/dotfiles.git ~/.config/home-manager 22 - nix run home-manager/master -- init --switch 23 - ``` 11 + NixOS and nix-darwin entrypoints are in [./flake.nix](./flake.nix). 24 12 25 13 ## License 26 14