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
|
|
|
|