Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arcnmx/home

my $HOME 2
https://github.com/arcnmx/home

dotfiles hacktoberfest nix nixos

Last synced: 3 months ago
JSON representation

my $HOME 2

Awesome Lists containing this project

README

        

A combination of system config, dotfiles, and personal Nix package repo/channel/whatever. Tries to rely on the external environment as little as possible - nixpkgs and other channels are pinned as submodules under the `channels/` directory.

## NixOS

Installation from nixos installer:

```bash
HOSTNAME=$(hostname -s) # fill in here
./nx switch $HOSTNAME build &&
sudo nixos-install --root /mnt --system $PWD/result-gensokyo-$HOSTNAME/
```

## Nix

```bash
./nx home $(hostname -s) switch
```