https://github.com/codgician/serenitea-pot
❄️ Home to codgician's nix-managed device profiles
https://github.com/codgician/serenitea-pot
nix-darwin nix-flake nixos nixos-configuration nixos-dotfiles
Last synced: about 1 year ago
JSON representation
❄️ Home to codgician's nix-managed device profiles
- Host: GitHub
- URL: https://github.com/codgician/serenitea-pot
- Owner: codgician
- License: mit
- Created: 2023-07-23T11:13:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T10:16:39.000Z (about 1 year ago)
- Last Synced: 2025-04-10T11:40:20.983Z (about 1 year ago)
- Topics: nix-darwin, nix-flake, nixos, nixos-configuration, nixos-dotfiles
- Language: Nix
- Homepage:
- Size: 2.01 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ❄️ Serenitea Pot
[](https://builtwithnix.org)
[](https://github.com/codgician/serenitea-pot/actions/workflows/build.yml)
[](https://github.com/codgician/serenitea-pot/actions/workflows/evergreen.yml)
[](https://github.com/codgician/serenitea-pot/actions/workflows/expiry.yml)
\

Home to all my Nix-managed device profiles.
*Naming conventions and logos in this repository are mainly derived from Genshin Impact by miHoYo/HoYoverse.*
## Binary cache
- **Cache URL**: `https://codgician.cachix.org`
- **Public Key**: `codgician.cachix.org-1:v4RtwkbJZJwfDxH5hac1lHehIX6JoSL726vk1ZctN8Y=`
## Quick start
### Develop
Start developing with your own flavor of shell:
```bash
nix develop -c $SHELL
```
Don't have nix flake support? Try this instead:
```bash
nix-shell
```
Format the nix code:
```bash
nix fmt
```
To inspect evaluated values or do experiments, you may run REPL using:
```bash
nix develop .#repl
```
## Documentation
Checkout `docs` subfolder for more documentation (work in progress).