dotfiles.nix/README.md

13 lines
304 B
Markdown

# dotfiles.nix
nix user configuration for nix-darwin and home-manager.
spiritually a fork of https://github.com/malob/nixpkgs, but using a repo i already had lying around
## installation
```shell
$ nix build .#darwinConfigurations.matbook.system
$ ./result/sw/bin/darwin-rebuild switch --flake .
```