Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arcnmx/home
- Owner: arcnmx
- Created: 2019-04-03T00:35:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T20:49:38.000Z (8 months ago)
- Last Synced: 2024-05-12T22:25:53.709Z (8 months ago)
- Topics: dotfiles, hacktoberfest, nix, nixos
- Language: Nix
- Homepage:
- Size: 1.14 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```