Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hbjydev/hnix

My dotfiles, rewritten in Nix.
https://github.com/hbjydev/hnix

dotfiles home-manager nix nix-darwin nixos

Last synced: 3 months ago
JSON representation

My dotfiles, rewritten in Nix.

Awesome Lists containing this project

README

        

# `dots.nix`

My dotfiles, rewritten in Nix (mostly).

## Installation

### NixOS

On NixOS, simply clone the repo to `/etc/nixos` and run:

```shell
sudo nixos-rebuild switch --flake '/etc/nixos#personal-nixos'
```

### macOS

On macOS, first install nix-darwin:

```shell
sh <(curl -L https://nixos.org/nix/install)
git clone https://github.com/hbjydev/dots.nix.git ~/.config/nix
nix run nix-darwin -- switch --flake '~/.config/nix#personal-darwin'
```