Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sporto/nixpkgs


https://github.com/sporto/nixpkgs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# My home configuration (.dotfile) files via Nix Home Manager

Clone this repository to `~/.config/home-manager`

## Install nix

```
make reinstall
```

## Enable Flakes

```
mkdir -p ~/.config/nix
```

In `~/.config/nix/nix.conf` add

```
experimental-features = nix-command flakes
```

## Restart the daemon

```
sudo launchctl kickstart -k system/org.nixos.nix-daemon
```

## Install home manager

```
nix run . switch
```

## Rebuild

```
home-manager switch -b bak
```