Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hbjydev/hnix
- Owner: hbjydev
- License: apache-2.0
- Created: 2023-08-03T19:23:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T07:35:17.000Z (4 months ago)
- Last Synced: 2024-10-31T08:52:24.787Z (3 months ago)
- Topics: dotfiles, home-manager, nix, nix-darwin, nixos
- Language: Nix
- Homepage:
- Size: 1.52 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```