1
0
Fork 0

Update README

This commit is contained in:
Daniel Kempkens 2023-09-16 00:23:10 +02:00
parent 69a2e20e8f
commit 31b528ce0d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -1,32 +1,5 @@
## Installation
⚠️ I have switched to a combination of `nix-darwin` and `home-manager`. The installation instructions below do not work that setup.
<details>
<summary>Click to expand!</summary>
```bash
# nix
sh <(curl -L https://nixos.org/nix/install)
sudo echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf
sudo echo 'keep-derivations = true' >> /etc/nix/nix.conf
sudo echo 'keep-outputs = true' >> /etc/nix/nix.conf
sudo echo 'auto-optimise-store = true' >> /etc/nix/nix.conf
# home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
# Configuration
cd ~/.config
git clone git@github.com:nifoc/dotfiles.git nixpkgs
home-manager switch --flake ~/.config/nixpkgs/#$USER
sudo cachix use nix-community
```
</details>
Main: [git.kempkens.io/daniel/dotfiles](https://git.kempkens.io/daniel/dotfiles)
Mirror: [github.com/nifoc/dotfiles](https://github.com/nifoc/dotfiles)
## Overlays