https://github.com/navilan/wabi
https://github.com/navilan/wabi
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/navilan/wabi
- Owner: navilan
- Created: 2022-07-16T06:42:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T06:02:15.000Z (about 1 year ago)
- Last Synced: 2025-04-12T07:21:36.198Z (about 1 year ago)
- Language: Shell
- Size: 563 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
Awesome Lists containing this project
README
* Setup
** Install Nix
#+begin_src bash
sh <(curl -L https://nixos.org/nix/install) \
--darwin-use-unencrypted-nix-store-volume \
--daemon
sudo reboot
#+end_src
** Pull Repo
#+begin_src bash
git clone https://github.com/navilan/wabi.git ~/wabi
#+end_src
** Build Flake
#+begin_src bash
cd ~/wabi
nix build .\#darwinConfigurations.wabi.system
#+end_src
** First Run
#+begin_src bash
result/sw/bin/darwin-rebuild switch --flake .\#wabi
#+end_src
** Subsequent Runs
#+begin_src bash
darwin-rebuild switch --flake .\#wabi
#+end_src
** Based on
- https://github.com/cmacrae/config
- https://github.com/MatthiasBenaets/nixos-config
- https://github.com/breuerfelix/dotfiles
- https://github.com/shaunsingh/nix-darwin-dotfiles
- https://github.com/mitchellh/nixos-config