dotfiles.nix/README.md

13 lines
304 B
Markdown
Raw Normal View History

2020-01-01 21:12:08 +00:00
# dotfiles.nix
2022-01-23 01:32:58 +00:00
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 .
```
2020-01-01 21:12:08 +00:00