Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navilan/wabi
https://github.com/navilan/wabi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/navilan/wabi
- Owner: navilan
- Created: 2022-07-16T06:42:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T13:12:44.000Z (10 months ago)
- Last Synced: 2024-03-08T14:32:45.735Z (10 months ago)
- Language: Shell
- Size: 545 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